Skip to content

Commit 1cf438e

Browse files
committed
Add Swift 5.3 testing for more platforms
1 parent cfb02ba commit 1cf438e

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.gitlab/ci/amazonlinux-2.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ swift trunk:
55
image: swiftlang/swift:nightly-master-amazonlinux2
66
allow_failure: true
77

8+
swift 5.3:
9+
extends: .unit-test
10+
image: swiftlang/swift:nightly-5.3-amazonlinux2
11+
812
swift 5.2:
913
extends: .unit-test
1014
image: swift:5.2-amazonlinux2

.gitlab/ci/centos-8.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ swift trunk:
55
image: swiftlang/swift:nightly-master-centos8
66
allow_failure: true
77

8+
swift 5.3:
9+
extends: .unit-test
10+
image: swiftlang/swift:nightly-5.3-centos8
11+
812
swift 5.2:
913
extends: .unit-test
1014
image: swift:5.2-centos8

.gitlab/ci/ubuntu-focal.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ swift trunk:
55
image: swiftlang/swift:nightly-master-focal
66
allow_failure: true
77

8+
swift 5.3:
9+
extends: .unit-test
10+
image: swiftlang/swift:nightly-5.3-focal
11+
812
swift 5.2:
913
extends: .unit-test
1014
image: swift:5.2-focal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ receive regular unit testing (either in development, or with CI).
118118
| Platform | Swift 5.1 | 5.2 | 5.3 | Trunk |
119119
|:----------------------|:------------------:|:------------------:|:------------------:|:------------------:|
120120
| macOS Latest (Intel) | | | :white_check_mark: | |
121-
| Ubuntu 20.04 (Focal) | | :white_check_mark: | | :white_check_mark: |
121+
| Ubuntu 20.04 (Focal) | | :white_check_mark: | :white_check_mark: | :white_check_mark: |
122122
| Ubuntu 18.04 (Bionic) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
123123
| Ubuntu 16.04 (Xenial) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
124-
| Amazon Linux 2 | | :white_check_mark: | | :white_check_mark: |
124+
| Amazon Linux 2 | | :white_check_mark: | :white_check_mark: | :white_check_mark: |
125125
| CentOS 7 | | :white_check_mark: | :white_check_mark: | :white_check_mark: |
126-
| CentOS 8 | | :white_check_mark: | | :white_check_mark: |
126+
| CentOS 8 | | :white_check_mark: | :white_check_mark: | :white_check_mark: |
127127

128128
## License
129129

0 commit comments

Comments
 (0)