Skip to content

Commit 43a0664

Browse files
committed
Improve test matrix
1 parent 726bd13 commit 43a0664

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222
PASSWORD_ACCESS: true
2323
DOCKER_MODS: linuxserver/mods:openssh-server-ssh-tunnel
2424
runs-on: ubuntu-latest
25-
container:
26-
image: swift:5.10-jammy
27-
env:
28-
SWIFT_DETERMINISTIC_HASHING: 1
25+
strategy:
26+
matrix:
27+
image: ["swift:5.10", "swift:6.0", "swift:6.1", "swiftlang/swift:nightly-6.2-jammy"]
28+
container:
29+
image: ${{ matrix.image }}
2930
steps:
3031
- uses: actions/checkout@v4
3132
- name: Resolve

0 commit comments

Comments
 (0)