File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -4,25 +4,23 @@ on: [push]
44
55jobs :
66 test-cloud :
7- name : Test on Builder Environment
7+ name : Test on SCF Environment
88 runs-on : ubuntu-latest
99 strategy :
1010 matrix :
1111 version :
12- - nightly-master
13- os :
14- - centos7
15- - amazonlinux2
12+ - nightly
13+ - 5.2.5
1614 container :
17- image : swiftlang /swift:${{ matrix.version }}-${{ matrix.os }}
15+ image : stevapple /swift-scf :${{ matrix.version }}
1816 steps :
1917 - name : Checkout
2018 uses : actions/checkout@v2
2119 - name : Test
2220 run : swift test --enable-test-discovery
2321
2422 test-linux :
25- name : Test on Other Linux
23+ name : Test on Linux
2624 runs-on : ubuntu-latest
2725 strategy :
2826 matrix :
3129 - focal
3230 - amazonlinux2
3331 - centos8
32+ - centos7
3433 container :
35- image : swift:5.2.4 -${{ matrix.os }}
34+ image : swift:5.2.5 -${{ matrix.os }}
3635 steps :
3736 - name : Checkout
3837 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments