Skip to content

Commit

Permalink
Increase minimum julia version to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
marcom committed Jun 20, 2023
1 parent d632f70 commit c137d25
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 @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.7'
- '1.9'
- '1'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LinearPartition_jll = "= 1.0.0"
LinearSampling_jll = "= 1.0.0"
LinearTurboFold_jll = "= 0.0.1"
Unitful = "1.11"
julia = "1.7"
julia = "1.9"

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

0 comments on commit c137d25

Please sign in to comment.