Skip to content

Commit

Permalink
Update Julia compat entry and CI workflow to Julia v1.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed May 8, 2024
1 parent 22e373e commit e096eec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.10'
- '^1.11.0-0'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Reexport = "1.0"
RungeKutta = "0.5"
SimpleSolvers = "0.3"
StaticArrays = "1"
julia = "1.8"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit e096eec

Please sign in to comment.