Skip to content

Commit 6474c7d

Browse files
committed
update CI matrix
1 parent a55bf3c commit 6474c7d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ jobs:
1515
image:
1616
- swift:5.9-focal
1717
- swift:5.9-jammy
18-
- swift:5.9-amazonlinux2
18+
- swift:5.10-focal
19+
- swift:5.10-jammy
20+
- swift:6.0-focal
21+
- swift:6.0-jammy
22+
- swift:6.1-focal
23+
- swift:6.1-jammy
1924
container: ${{ matrix.image }}
2025
steps:
2126
- name: Checkout code

0 commit comments

Comments
 (0)