File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
xcode :
12
- - " 11.1 "
13
- - " 11 .2"
12
+ - " 11.7 "
13
+ - " 12 .2"
14
14
action :
15
15
- build
16
16
- test
@@ -27,11 +27,12 @@ jobs:
27
27
strategy :
28
28
matrix :
29
29
swift :
30
- - 5.1.1
31
- - 5.1.2
30
+ - 5.2.5
31
+ - 5.3.1
32
32
ubuntu :
33
- - xenial
34
33
- bionic
34
+ - xenial
35
+ - focal
35
36
action :
36
37
- build
37
38
- test
Original file line number Diff line number Diff line change 5
5
include :
6
6
- os : osx
7
7
language : objective-c
8
- osx_image : xcode11 .2
8
+ osx_image : xcode12 .2
9
9
script :
10
10
- swift test
11
11
- os : linux
@@ -15,9 +15,9 @@ matrix:
15
15
env :
16
16
before_install :
17
17
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
18
- - wget https://swift.org/builds/swift-5.1-release/ubuntu1404 /swift-5.1-RELEASE/swift-5.1-RELEASE-ubuntu14 .04.tar.gz
19
- - tar xzf swift-5.1-RELEASE-ubuntu14 .04.tar.gz
20
- - export PATH=${PWD}/swift-5.1-RELEASE-ubuntu14 .04/usr/bin:"${PATH}"
18
+ - wget https://swift.org/builds/swift-5.3. 1-release/ubuntu20.04 /swift-5.3. 1-RELEASE/swift-5.3. 1-RELEASE-ubuntu20 .04.tar.gz
19
+ - tar xzf swift-5.3. 1-RELEASE-ubuntu20 .04.tar.gz
20
+ - export PATH=${PWD}/swift-5.3. 1-RELEASE-ubuntu20 .04/usr/bin:"${PATH}"
21
21
script :
22
22
- swift test
23
23
notifications :
You can’t perform that action at this time.
0 commit comments