mirror of
https://github.com/swift-server/RediStack.git
synced 2026-05-03 07:32:28 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user