Update PR checks

Stop testing `stable-20220908` bundle as this is no longer supported.
This commit is contained in:
Henry Mercer 2023-11-27 12:41:44 +00:00
parent d1166e6d60
commit 649145214e
43 changed files with 41 additions and 356 deletions

8
.github/workflows/__ruby.yml generated vendored
View file

@ -49,8 +49,6 @@ jobs:
if: >-
matrix.os == 'macos-latest' && (
matrix.version == 'stable-20220908' ||
matrix.version == 'stable-20221211' ||
matrix.version == 'stable-20230418' ||
@ -69,11 +67,7 @@ jobs:
version: ${{ matrix.version }}
use-all-platform-bundle: 'false'
- name: Set environment variable for Swift enablement
if: >-
runner.os != 'Windows' && (
matrix.version == '20220908' ||
matrix.version == '20221211'
)
if: runner.os != 'Windows' && matrix.version == '20221211'
shell: bash
run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV
- uses: ./../action/init