Skip to content

Commit

Permalink
Drop CI for <1.9
Browse files Browse the repository at this point in the history
The plan is to drop support for <1.10, since that's the latest LTS
of julia.
  • Loading branch information
Seelengrab committed Dec 8, 2024
1 parent b8978ea commit 547003f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.7'
- '1.8'
- '1.9'
- '1.10'
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
os:
- ubuntu-latest
Expand Down

0 comments on commit 547003f

Please sign in to comment.