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 8a58ca4 commit e7a9bdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
fail-fast: false
matrix:
version:
- "1.8"
- "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
threads:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Distributed = "1"
JSON = "0.21"
Lazy = "0.15"
OrderedCollections = "1"
TestItems = "0.1, 1"
julia = "1.6"
TestItems = "1"
julia = "1.10"

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

0 comments on commit e7a9bdb

Please sign in to comment.