File tree Expand file tree Collapse file tree 1 file changed +28
-5
lines changed Expand file tree Collapse file tree 1 file changed +28
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Tests
2
2
3
- on :
3
+ on :
4
4
pull_request :
5
5
push :
6
6
branches :
31
31
uses : actions/checkout@v2
32
32
- name : Run tests
33
33
run : swift test --enable-test-discovery
34
- linux-5_4-plus :
34
+ linux-5_4 :
35
35
runs-on : ubuntu-latest
36
36
strategy :
37
37
fail-fast : false
@@ -48,12 +48,35 @@ jobs:
48
48
uses : actions/checkout@v2
49
49
- name : Run tests (without test discovery flag)
50
50
run : swift test -Xswiftc -Xfrontend -Xswiftc -sil-verify-none
51
+ linux-5_5-plus :
52
+ runs-on : ubuntu-latest
53
+ strategy :
54
+ fail-fast : false
55
+ matrix :
56
+ image :
57
+ - swiftlang/swift:nightly-5.5-xenial
58
+ - swiftlang/swift:nightly-5.5-bionic
59
+ - swiftlang/swift:nightly-5.5-focal
60
+ - swiftlang/swift:nightly-5.5-centos8
61
+ - swiftlang/swift:nightly-5.5-amazonlinux2
62
+ - swiftlang/swift:nightly-xenial
63
+ - swiftlang/swift:nightly-bionic
64
+ - swiftlang/swift:nightly-focal
65
+ - swiftlang/swift:nightly-centos8
66
+ - swiftlang/swift:nightly-amazonlinux2
67
+ container : ${{ matrix.image }}
68
+ steps :
69
+ - name : Checkout code
70
+ uses : actions/checkout@v2
71
+ - name : Run tests
72
+ run : swift test
51
73
osx :
52
- runs-on : macOS-latest
74
+ runs-on : macOS-11
53
75
steps :
54
76
- name : Select latest available Xcode
55
- uses :
maxim-lobanov/[email protected]
56
- with : { 'xcode-version': 'latest' }
77
+ uses :
maxim-lobanov/[email protected]
78
+ with :
79
+ xcode-version : latest
57
80
- name : Checkout code
58
81
uses : actions/checkout@v2
59
82
- name : Run tests
You can’t perform that action at this time.
0 commit comments