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:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: swift:5.7
|
||||
image: swift:5.8
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -39,9 +39,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
image:
|
||||
- 'swift:5.5'
|
||||
- 'swift:5.6'
|
||||
- 'swift:5.7'
|
||||
- 'swift:5.8'
|
||||
|
||||
container:
|
||||
image: ${{ matrix.image }}
|
||||
|
||||
Reference in New Issue
Block a user