Skip to content

Commit 88529fe

Browse files
authored
feat: update swift versions to min 5.7 and max 5.9 (#595)
1 parent eed3f3d commit 88529fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
swift:
53-
- 5.5-amazonlinux2
54-
- 5.6-focal
5553
- 5.7-amazonlinux2
56-
- 5.8-jammy
54+
- 5.7-focal
55+
- 5.9-amazonlinux2
56+
- 5.9-jammy
5757
container:
5858
image: swift:${{ matrix.swift }}
5959
steps:

0 commit comments

Comments
 (0)