Skip to content

Commit

Permalink
Swift 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Apr 10, 2023
1 parent 85114c9 commit 6e08bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-breakage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
strategy:
matrix:
image:
- 'swift:5.5'
- 'swift:5.6'
- 'swift:5.7'
- 'swift:5.8'

container:
image: ${{ matrix.image }}
Expand Down

0 comments on commit 6e08bcf

Please sign in to comment.