Skip to content

Commit

Permalink
Reduce Linux test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
weichsel committed Sep 2, 2024
1 parent 8689cc0 commit 74d0ed0
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 @@ -32,12 +32,12 @@ jobs:
Linux:
strategy:
matrix:
tag: ['5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8', '5.9', '5.10']
tag: ['5.7', '5.8', '5.9', '5.10']
runs-on: ubuntu-latest
container:
image: swift:${{ matrix.tag }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: swift test -c release -Xswiftc -enable-testing

Coverage:
Expand Down

0 comments on commit 74d0ed0

Please sign in to comment.