Use Swift version 5.7 in PR checks

The version installed in the latest runner image, 5.7.1, is not yet
supported.
This commit is contained in:
Henry Mercer 2022-11-22 11:21:04 +00:00
parent bab5a146ac
commit e9e73b0cb9
8 changed files with 53 additions and 4 deletions

View file

@ -48,6 +48,9 @@ jobs:
uses: ./.github/prepare-test
with:
version: ${{ matrix.version }}
- uses: swift-actions/setup-swift@v1
with:
swift-version: 5.7
- uses: ./../action/init
with:
languages: swift