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 95281d4 commit c913110
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 @@ -21,7 +21,7 @@ BenchmarkTools = "1"
CodecZlib = "0.7"
JSON = "0.21"
Revise = "3"
julia = "1.6"
julia = "1.9"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand All @@ -32,4 +32,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 c913110

Please sign in to comment.