Compare commits

...

1 Commits

Author SHA1 Message Date
Marcelo Fabri ec9c53935d Test with Swift 5.6 Linux in CI 2022-03-16 13:26:39 -07:00
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