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 8887b54 commit 815f722Copy full SHA for 815f722
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- julia-version: ['1.9','1.10','nightly']
+ julia-version: ['1.10','1.11','nightly']
11
julia-arch: [x64]
12
os: [ubuntu-latest, windows-latest, macOS-latest]
13
0 commit comments