Update CLI integration tests with latest version of CLI

CodeQL CLI v2.5.7 is now released 🎉
This commit is contained in:
Shati Patel
2021-07-02 15:01:59 +01:00
parent 1a18c6d056
commit 93e7daea49

View File

@@ -127,7 +127,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
version: ['v2.2.6', 'v2.3.3', 'v2.4.6', 'v2.5.6']
version: ['v2.2.6', 'v2.3.3', 'v2.4.6', 'v2.5.7']
env:
CLI_VERSION: ${{ matrix.version }}
TEST_CODEQL_PATH: '${{ github.workspace }}/codeql'