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]
4
4
5
5
jobs :
6
6
test-cloud :
7
- name : Test on Builder Environment
7
+ name : Test on SCF Environment
8
8
runs-on : ubuntu-latest
9
9
strategy :
10
10
matrix :
11
11
version :
12
- - nightly-master
13
- os :
14
- - centos7
15
- - amazonlinux2
12
+ - nightly
13
+ - 5.2.5
16
14
container :
17
- image : swiftlang /swift:${{ matrix.version }}-${{ matrix.os }}
15
+ image : stevapple /swift-scf :${{ matrix.version }}
18
16
steps :
19
17
- name : Checkout
20
18
uses : actions/checkout@v2
21
19
- name : Test
22
20
run : swift test --enable-test-discovery
23
21
24
22
test-linux :
25
- name : Test on Other Linux
23
+ name : Test on Linux
26
24
runs-on : ubuntu-latest
27
25
strategy :
28
26
matrix :
31
29
- focal
32
30
- amazonlinux2
33
31
- centos8
32
+ - centos7
34
33
container :
35
- image : swift:5.2.4 -${{ matrix.os }}
34
+ image : swift:5.2.5 -${{ matrix.os }}
36
35
steps :
37
36
- name : Checkout
38
37
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments