Add Swift 5.2 branch testing to CI f10d6a0 Nathan Harris <nathan@mordil.info> Jan 16, 2020 at 08:08

This commit is contained in:
Nathan Harris
2020-01-16 08:12:10 -08:00
parent 6e45f56e00
commit 4b2729c0ac
2 changed files with 8 additions and 5 deletions
+3
View File
@@ -84,6 +84,9 @@ test 5.0:ubuntu-xenial:
test 5.1:ubuntu-xenial:
extends: .test
image: swift:5.1-xenial
test 5.2:ubuntu-xenial:
extends: .test
image: norionomura/swift:swift-5.2-branch
test latest:ubuntu-xenial:
extends: .test
image: norionomura/swift:nightly
+5 -5
View File
@@ -100,11 +100,11 @@ Check out [CONTRIBUTORS.txt](https://gitlab.com/Mordil/swift-redi-stack/blob/mas
The following table shows the combination of Swift language versions and operating systems that
receive regular unit testing (either in development, or with CI).
| Swift Version | macOS Mojave | Ubuntu 16.04 (Xenial) | Ubuntu 18.04 (Bionic) |
|---|:---:|:---:|:---:|
| 5.0 | X | X | X |
| 5.1 | X | X | X |
| Trunk | X | X | |
| Platform | Swift 5 | 5.1 | 5.2 | Trunk |
|:---------|:-------:|:---:|:---:|:-----:|
| macOS Latest | | :white_check_mark: | | |
| Ubuntu 18.04 (Bionic) | :white_check_mark: | :white_check_mark: | | |
| Ubuntu 16.04 (Xenial) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
## License