We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527dd01 commit bd386b6Copy full SHA for bd386b6
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false # Do not stop other jobs if one fails
19
matrix:
20
- version: [20, 22, 23, 24]
+ version: [20, 22, 24]
21
os: [ubuntu-24.04, windows-2025, macos-15]
22
runs-on: ${{ matrix.os }}
23
steps:
0 commit comments