Skip to content

Commit 851c81a

Browse files
committed
Update CI to use official Swift 5.2 images and update README for current testing matrix
1 parent c1ba671 commit 851c81a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitlab/ci/ubuntu-bionic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ swift 5.1:
1212

1313
swift 5.2:
1414
extends: .unit-test
15-
image: swiftlang/swift:nightly-5.2-bionic
15+
image: swift:5.2-bionic
1616

1717
swift trunk:
1818
extends: .unit-test

.gitlab/ci/ubuntu-xenial.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ swift 5.1:
1212

1313
swift 5.2:
1414
extends: .unit-test
15-
image: swiftlang/swift:nightly-5.2-xenial
15+
image: swift:5.2-xenial
1616

1717
swift trunk:
1818
extends: .unit-test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ receive regular unit testing (either in development, or with CI).
111111

112112
| Platform | Swift 5 | 5.1 | 5.2 | Trunk |
113113
|:---------|:-------:|:---:|:---:|:-----:|
114-
| macOS Latest | | :white_check_mark: | | |
114+
| macOS Latest | | | :white_check_mark: | |
115115
| Ubuntu 18.04 (Bionic) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
116116
| Ubuntu 16.04 (Xenial) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
117117

0 commit comments

Comments
 (0)