Skip to content

Commit

Permalink
transition CI to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 24, 2024
1 parent da70b66 commit fd3c873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6' # LTS (lowest supported `julia` version declared in `Project.toml`)
- '1.10' # LTS (lowest supported `julia` version declared in `Project.toml`)
- '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.6"
julia = "1.10"

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

0 comments on commit fd3c873

Please sign in to comment.