Skip to content

Commit

Permalink
Unrestricted version and test against lts
Browse files Browse the repository at this point in the history
  • Loading branch information
hwyschka committed Oct 20, 2024
1 parent ce72f5f commit a5b3131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
julia-version:
- '1.6'
- '1.10'
- 'lts' # ='1.10'
# - 'nightly'
julia-arch:
- x64
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ IterativeSolvers = "^0.9"
MinFEM = "^2.2"
Preconditioners = "^0.5"
WriteVTK = "^1"
julia = "1.6 - 1.10"
julia = "^1.6"

0 comments on commit a5b3131

Please sign in to comment.