Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Feb 14, 2024
1 parent 7fd198a commit 0dc07a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
strategy:
matrix:
image:
- 'swift:5.6'
- 'swift:5.7'
- 'swift:5.8'
- 'swift:5.9'
container:
image: ${{ matrix.image }}
steps:
Expand All @@ -55,4 +55,4 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
file: info.lcov
file: info.lcov

0 comments on commit 0dc07a0

Please sign in to comment.