Skip to content

Commit

Permalink
update Julia requirement to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Sep 9, 2024
1 parent 70be5c9 commit 8ad48e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8' # LTS version
- '1' # automatically expands to the latest stable 1.x release of Julia
- '1.10' # LTS version
# - '1' # TODO: add back when 1.10 is LTS
os:
- ubuntu-latest
- macOS-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Test = "1"
TestExtras = "0.2"
TupleTools = "1.1"
VectorInterface = "0.4"
julia = "1.6"
julia = "1.10"

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

0 comments on commit 8ad48e7

Please sign in to comment.