Skip to content

Commit a7b3b84

Browse files
committed
Run CI on Swift 5.3
1 parent f25bfb4 commit a7b3b84

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
xcode:
12-
- "11.1"
13-
- "11.2"
12+
- "11.7"
13+
- "12.2"
1414
action:
1515
- build
1616
- test
@@ -27,11 +27,12 @@ jobs:
2727
strategy:
2828
matrix:
2929
swift:
30-
- 5.1.1
31-
- 5.1.2
30+
- 5.2.5
31+
- 5.3.1
3232
ubuntu:
33-
- xenial
3433
- bionic
34+
- xenial
35+
- focal
3536
action:
3637
- build
3738
- test

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ matrix:
55
include:
66
- os: osx
77
language: objective-c
8-
osx_image: xcode11.2
8+
osx_image: xcode12.2
99
script:
1010
- swift test
1111
- os: linux
@@ -15,9 +15,9 @@ matrix:
1515
env:
1616
before_install:
1717
- 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}"
2121
script:
2222
- swift test
2323
notifications:

0 commit comments

Comments
 (0)