Swift 5.8
This commit is contained in:
2
.github/workflows/api-breakage.yml
vendored
2
.github/workflows/api-breakage.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
linux:
|
linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: swift:5.7
|
image: swift:5.8
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -39,9 +39,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
image:
|
image:
|
||||||
- 'swift:5.5'
|
|
||||||
- 'swift:5.6'
|
- 'swift:5.6'
|
||||||
- 'swift:5.7'
|
- 'swift:5.7'
|
||||||
|
- 'swift:5.8'
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: ${{ matrix.image }}
|
image: ${{ matrix.image }}
|
||||||
|
|||||||
Reference in New Issue
Block a user