Skip to content

Commit

Permalink
Run tests on Swift 5.4 in CI (Linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofabri committed Aug 16, 2021
1 parent b1307de commit a69e0de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
matrix:
swift53:
containerImage: swift:5.3
swift54:
containerImage: swift:5.4
container: $[ variables['containerImage'] ]
steps:
- script: swift test --parallel
Expand Down

0 comments on commit a69e0de

Please sign in to comment.