Skip to content

Commit

Permalink
restore julia bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 26, 2024
1 parent 1141c8b commit e1d3043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10' # LTS (lowest supported `julia` version declared in `Project.toml`)
- '1.6' # LTS (lowest supported `julia` version declared in `Project.toml`)
- 'lts'
- '1' # latest stable
experimental:
- false
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Random = "<0.0.1, 1"
Reexport = "1"
StableRNGs = "1"
Statistics = "<0.0.1, 1"
julia = "1.10"
julia = "1.6"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down

0 comments on commit e1d3043

Please sign in to comment.