Skip to content

Commit

Permalink
Merge pull request #36 from orlandos-nl/feature/jo/update-ci
Browse files Browse the repository at this point in the history
Update CI to modern Swift versions
  • Loading branch information
Joannis authored Aug 24, 2023
2 parents 338c161 + 37becee commit 7fb10e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
image:
- swift:5.4-focal
- swift:5.5-focal
- swift:5.7-focal
- swift:5.8-focal
runs-on: ubuntu-latest
container: ${{ matrix.image }}
steps:
Expand Down

0 comments on commit 7fb10e8

Please sign in to comment.