We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9319ce5 commit 795c650Copy full SHA for 795c650
.github/workflows/CI.yml
@@ -10,8 +10,8 @@ jobs:
10
matrix:
11
version:
12
- 5.2.5
13
- - 5.3
14
- - nightly-5.3
+ - 5.3.3
+ - nightly-5.4
15
- nightly
16
container:
17
image: stevapple/swift-scf:${{ matrix.version }}
@@ -41,7 +41,7 @@ jobs:
41
- centos8
42
43
44
45
46
image: swift:${{ matrix.version }}-${{ matrix.os }}
47
steps:
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
image: swiftlang/swift:${{ matrix.version }}-${{ matrix.os }}
76
0 commit comments