Skip to content

Commit 52c8ebf

Browse files
committed
up
1 parent 8aa62cc commit 52c8ebf

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
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.4' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
18+
- '1.6' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
1919
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
2020
os:
2121
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Distributions = "0.22, 0.23, 0.24, 0.25"
1818
FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
1919
KrylovKit = "0.4, 0.5, 0.6"
2020
Roots = "0.8, 1, 2"
21-
julia = "1.4"
21+
julia = "1.6"
2222

2323
[extras]
2424
Expokit = "a1e7a1ef-7a5d-5822-a38c-be74e1bb89f4"

0 commit comments

Comments
 (0)