Skip to content

Commit

Permalink
CI: Also test on Julia 1.11 and pre
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Dec 19, 2024
1 parent 90fbe0f commit 095b72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10', 'nightly']
julia-version: ['1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10', '1.11', 'pre', 'nightly']
julia-arch: [x64, x86, aarch64]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
Expand Down

0 comments on commit 095b72a

Please sign in to comment.