Skip to content

Commit fa66037

Browse files
committed
Prepare to drop CI for Swift 5.2
1 parent 5a85b71 commit fa66037

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

.github/workflows/CI.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
version:
12-
- 5.2.5
1312
- 5.3.3
1413
- 5.4.1
1514
- nightly
@@ -40,7 +39,6 @@ jobs:
4039
- amazonlinux2
4140
- centos8
4241
version:
43-
- 5.2.5
4442
- 5.3.3
4543
- 5.4.1
4644
container:
@@ -103,3 +101,22 @@ jobs:
103101
run: |
104102
cd Examples/LocalDebugging/MyCloudFunction
105103
swift build
104+
105+
test-52:
106+
name: Test for Swift 5.2
107+
runs-on: ubuntu-latest
108+
strategy:
109+
matrix:
110+
image:
111+
- swift:5.2.5-bionic
112+
- swift:5.2.5-focal
113+
- swift:5.2.5-amazonlinux2
114+
- swift:5.2.5-centos8
115+
- stevapple/swift-scf:5.2.5
116+
container:
117+
image: ${{ matrix.image }}
118+
steps:
119+
- name: Checkout
120+
uses: actions/checkout@v2
121+
- name: Test
122+
run: swift test --enable-test-discovery

0 commit comments

Comments
 (0)