Skip to content

Commit

Permalink
Update CI for Julia new lts
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Oct 11, 2024
1 parent de96bf0 commit 4fff91c
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 @@ -50,8 +50,9 @@ jobs:
fail-fast: false
matrix:
version:
- "lts" # automatically expands to the latest LTS release of Julia
- "1" # automatically expands to the latest stable 1.x release of Julia
- "pre"
- "pre" # automatically expands to the latest pre-release of Julia
os:
- ubuntu-latest
arch:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Distances = "0.10"
JuliaFormatter = "1"
OrderedCollections = "1"
Random = "1"
TestItems = "0.1, 1"
TestItems = "1"
Unrolled = "0.1"
julia = "1.10"

Expand Down

0 comments on commit 4fff91c

Please sign in to comment.