Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieugomez committed Jun 20, 2024
1 parent 8aa62cc commit 52c8ebf
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 @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- '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'.
- '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'.
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
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 @@ -18,7 +18,7 @@ Distributions = "0.22, 0.23, 0.24, 0.25"
FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
KrylovKit = "0.4, 0.5, 0.6"
Roots = "0.8, 1, 2"
julia = "1.4"
julia = "1.6"

[extras]
Expokit = "a1e7a1ef-7a5d-5822-a38c-be74e1bb89f4"
Expand Down

0 comments on commit 52c8ebf

Please sign in to comment.