PR checks: stop setting experimental Swift var for new CLI versions (#1718)

Now that `latest` and `cached` are both 2.13.3, which is the version in which we GA'ed Swift, we should stop setting this experimental variable when we test these CLI versions so we can test the case where the variable is unset.
This commit is contained in:
Angela P Wen 2023-06-06 08:49:09 -07:00 committed by GitHub
parent 8b0f2cf9da
commit cdcdbb5797
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 31 additions and 93 deletions

View file

@ -85,9 +85,7 @@ jobs:
if: >-
runner.os != 'Windows' && (
matrix.version == '20220908' ||
matrix.version == '20221211' ||
matrix.version == 'cached' ||
matrix.version == 'latest'
matrix.version == '20221211'
)
shell: bash
run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV