Skip to content

Commit

Permalink
Only check julia 1.10 on CI.
Browse files Browse the repository at this point in the history
- 1.6 fails because of NonlinearSolve compat
- nightly fails because of some JET error.
  • Loading branch information
RomeoV committed May 27, 2024
1 parent 18775b4 commit 4e16792
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
matrix:
version:
- '1.10'
- '1.6'
- 'nightly'
- '1'
# - '1.6' # not compatible with NonlinearSolve.jl
# - 'nightly' # some JET errors
os:
- ubuntu-latest
arch:
Expand Down

0 comments on commit 4e16792

Please sign in to comment.