Skip to content

Commit

Permalink
increase Julia version because of ScopedValues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Jan 23, 2025
1 parent 6037131 commit 21f416d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.8' # minimum supported version because of ScopedValues.jl
- 'lts'
- '1' # automatically expands to the latest stable 1.x release of Julia
os:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Aqua = "0.8"
LinearAlgebra = "1"
Printf = "1"
Random = "1"
ScopedValues = "1.3.0"
ScopedValues = "1"
Test = "1"
julia = "1.6"
julia = "1.8"

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

0 comments on commit 21f416d

Please sign in to comment.