We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61aee85 commit 8e815ddCopy full SHA for 8e815dd
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: ${{ github.actor == 'dependabot[bot]' && fromJSON('["ubuntu-latest"]') || fromJSON('["ubuntu-latest", "macos-15", "windows-latest"]') }}
15
- cli-version: [ "", "latest", "1.46.4" ]
+ cli-version: [ "", "latest", "2.31.0" ]
16
fail-fast: false
17
steps:
18
# Checkout and install prerequisites
0 commit comments