File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ test 5.0:ubuntu-xenial:
84
84
test 5.1:ubuntu-xenial :
85
85
extends : .test
86
86
image : swift:5.1-xenial
87
+ test 5.2:ubuntu-xenial :
88
+ extends : .test
89
+ image : norionomura/swift:swift-5.2-branch
87
90
test latest:ubuntu-xenial :
88
91
extends : .test
89
92
image : norionomura/swift:nightly
Original file line number Diff line number Diff line change @@ -100,11 +100,11 @@ Check out [CONTRIBUTORS.txt](https://gitlab.com/Mordil/swift-redi-stack/blob/mas
100
100
The following table shows the combination of Swift language versions and operating systems that
101
101
receive regular unit testing (either in development, or with CI).
102
102
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 : |
108
108
109
109
## License
110
110
You can’t perform that action at this time.
0 commit comments