Skip to content

Commit 4b2729c

Browse files
committed
Add Swift 5.2 branch testing to CI f10d6a0 Nathan Harris <[email protected]> Jan 16, 2020 at 08:08
1 parent 6e45f56 commit 4b2729c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ test 5.0:ubuntu-xenial:
8484
test 5.1:ubuntu-xenial:
8585
extends: .test
8686
image: swift:5.1-xenial
87+
test 5.2:ubuntu-xenial:
88+
extends: .test
89+
image: norionomura/swift:swift-5.2-branch
8790
test latest:ubuntu-xenial:
8891
extends: .test
8992
image: norionomura/swift:nightly

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ Check out [CONTRIBUTORS.txt](https://gitlab.com/Mordil/swift-redi-stack/blob/mas
100100
The following table shows the combination of Swift language versions and operating systems that
101101
receive regular unit testing (either in development, or with CI).
102102

103-
| Swift Version | macOS Mojave | Ubuntu 16.04 (Xenial) | Ubuntu 18.04 (Bionic) |
104-
|---|:---:|:---:|:---:|
105-
| 5.0 | X | X | X |
106-
| 5.1 | X | X | X |
107-
| Trunk | X | X | |
103+
| Platform | Swift 5 | 5.1 | 5.2 | Trunk |
104+
|:---------|:-------:|:---:|:---:|:-----:|
105+
| macOS Latest | | :white_check_mark: | | |
106+
| Ubuntu 18.04 (Bionic) | :white_check_mark: | :white_check_mark: | | |
107+
| Ubuntu 16.04 (Xenial) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
108108

109109
## License
110110

0 commit comments

Comments
 (0)