Test with Swift 5.6 Linux in CI

This commit is contained in:
Marcelo Fabri 2022-03-16 13:26:39 -07:00
parent ca2712aaee
commit ec9c53935d
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ jobs:
matrix:
swift55:
containerImage: swift:5.5
swift56:
containerImage: swift:5.6
container: $[ variables['containerImage'] ]
steps:
- script: swift test --parallel