Skip to content

Commit 0904f91

Browse files
committed
Run tests on swift:6.0-amazonlinux2 as well
1 parent a28e77a commit 0904f91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ on:
2323

2424
jobs:
2525
tests:
26+
strategy:
27+
matrix:
28+
swift: ["5.10", "6.0"]
2629
runs-on: ubuntu-latest
2730
steps:
2831
- name: Checkout
2932
uses: actions/checkout@v4
3033
- name: Run tests
31-
run: docker run -v "$PWD":/host -w /host swift:5.10.0-amazonlinux2 swift test
34+
run: docker run -v "$PWD":/host -w /host swift:${{ matrix.swift }}-amazonlinux2 swift test

0 commit comments

Comments
 (0)