Skip to content

Commit

Permalink
Test latest and nightly-latest against Swift 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Nov 23, 2022
1 parent d52e657 commit 993e33c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__export-file-baseline-information.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__multi-language-autodetect.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/__swift-autobuild.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/__swift-custom-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pr-checks/checks/export-file-baseline-information.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pr-checks/checks/multi-language-autodetect.yml
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions pr-checks/checks/swift-autobuild.yml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pr-checks/checks/swift-custom-build.yml
Expand Up @@ -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
Expand Down

0 comments on commit 993e33c

Please sign in to comment.