Update cli version used in integration tests

This commit is contained in:
Andrew Eisenberg
2021-03-08 13:18:00 -08:00
parent 5fdfb44c2e
commit c47029e9eb

View File

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