Test latest and nightly-latest against Swift 5.7.1
This commit is contained in:
parent
d52e657b2e
commit
ce90479412
8 changed files with 8 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ description: "Tests that file baseline information is exported when the feature
|
|||
versions: ["nightly-latest"]
|
||||
steps:
|
||||
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
|
||||
if: runner.os != 'Windows'
|
||||
if: runner.os != 'Windows' && matrix.version == 'cached'
|
||||
with:
|
||||
swift-version: "5.7"
|
||||
- uses: ./../action/init
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ env:
|
|||
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" # Remove when Swift is GA.
|
||||
steps:
|
||||
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
|
||||
if: runner.os != 'Windows'
|
||||
if: matrix.version == 'cached'
|
||||
with:
|
||||
swift-version: "5.7"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ env:
|
|||
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true"
|
||||
steps:
|
||||
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
|
||||
if: matrix.version == 'cached'
|
||||
with:
|
||||
swift-version: "5.7"
|
||||
- uses: ./../action/init
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ env:
|
|||
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
|
||||
steps:
|
||||
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
|
||||
if: matrix.version == 'cached'
|
||||
with:
|
||||
swift-version: "5.7"
|
||||
- uses: ./../action/init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue