Skip to content

Commit

Permalink
breaking: increase min julia to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
awadell1 committed Dec 15, 2023
1 parent a940d26 commit dd71030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
matrix:
version:
- '*' # Latest Release
- '~1.6' # Current LTS
os:
- ubuntu-latest
- windows-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ JSON = "0.21"
Pkg = "1.9"
Revise = "3"
Statistics = "1.9"
julia = "1.6"
julia = "1.9"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand All @@ -35,4 +35,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[targets]
test = ["Test", "ReTestItems", "Revise", "UUIDs", "TOML", "Random"]
test = ["Test", "ReTestItems", "Revise", "UUIDs", "TOML", "Random", "Pkg"]

0 comments on commit dd71030

Please sign in to comment.