Skip to content

Commit c137d25

Browse files
committed
Increase minimum julia version to 1.9
1 parent d632f70 commit c137d25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.7'
21+
- '1.9'
2222
- '1'
2323
os:
2424
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LinearPartition_jll = "= 1.0.0"
1919
LinearSampling_jll = "= 1.0.0"
2020
LinearTurboFold_jll = "= 0.0.1"
2121
Unitful = "1.11"
22-
julia = "1.7"
22+
julia = "1.9"
2323

2424
[extras]
2525
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)