Skip to content

Commit 3480aa5

Browse files
authored
Remove older CLI versions from testing matrix (#1410)
1 parent a4d1ad5 commit 3480aa5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
matrix:
141141
os: [ubuntu-latest, windows-latest]
142-
version: ['v2.3.3', 'v2.4.6', 'v2.5.9', 'v2.6.3', 'v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.0', 'nightly']
142+
version: ['v2.6.3', 'v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.0', 'nightly']
143143
env:
144144
CLI_VERSION: ${{ matrix.version }}
145145
NIGHTLY_URL: ${{ needs.find-nightly.outputs.url }}
@@ -172,9 +172,6 @@ jobs:
172172
if [[ "${{ matrix.version }}" == "nightly" ]]
173173
then
174174
REF="codeql-cli/latest"
175-
elif [[ "${{ matrix.version }}" == "v2.2.6" || "${{ matrix.version }}" == "v2.3.3" ]]
176-
then
177-
REF="codeql-cli/v2.4.5"
178175
else
179176
REF="codeql-cli/${{ matrix.version }}"
180177
fi

0 commit comments

Comments
 (0)