We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070f5a9 commit 1f054acCopy full SHA for 1f054ac
.github/workflows/test.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- julia-version: ['1.7', '1.8', '1.9', '1.10', '1.10-nightly']
+ julia-version: ['1.7', '1.8', '1.9', '1.10', '1.11']
18
julia-arch: [x64]
19
os: [ubuntu-latest, windows-latest, macOS-latest]
20
0 commit comments