Skip to content

Commit

Permalink
[GHA] Fix docker images (#2762)
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBusch authored Jul 2, 2024
1 parent 2f99bc3 commit 304a238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fail-fast: false
matrix:
swift:
- image: swift5.8-jammy
- image: swift5.9-jammy
- image: swift5.10-noble
- image: swift:5.8-jammy
- image: swift:5.9-jammy
- image: swift:5.10-noble
- image: swiftlang/swift:nightly-6.0-jammy
- image: swiftlang/swift:nightly-main-jammy
container:
Expand Down

0 comments on commit 304a238

Please sign in to comment.