Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed May 15, 2024
1 parent 501fd7b commit 0389820
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
api-breakage:
if: ${{ !(github.event.pull_request.draft || false) }}
runs-on: ubuntu-latest
container: swift:5.8-jammy
container: swift:5.10
steps:
- name: Check out code
uses: actions/checkout@v3
Expand All @@ -31,11 +31,11 @@ jobs:
fail-fast: false
matrix:
container:
- swift:5.6-focal
- swift:5.7-jammy
- swift:5.8-jammy
- swiftlang/swift:nightly-5.9-jammy
- swiftlang/swift:nightly-main-jammy
- swift:5.8-focal
- swift:5.9-jammy
- swift:5.10
- swiftlang/swift:nightly-6.0
- swiftlang/swift:nightly-main
redis:
- redis:6
- redis:7
Expand Down

0 comments on commit 0389820

Please sign in to comment.