Skip to content

Commit

Permalink
support Julia LTS release (v1.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsajko committed Jan 11, 2025
1 parent e45f24f commit 4595024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
fail-fast: false
matrix:
julia_version:
- "1.10"
- "~1.11.0-0"
julia_arch:
- x64
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ authors = ["Mosè Giordano <mose@gnu.org>"]
version = "0.1.0"

[compat]
julia = "1.11"
julia = "1.10"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[compat]
Aqua = "0.8"
OffsetArrays = "1.14"
Test = "1.11"
Test = "1.10"

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

0 comments on commit 4595024

Please sign in to comment.