Skip to content

Commit

Permalink
Bump Julia compat to 1.7
Browse files Browse the repository at this point in the history
Jutul does not support 1.6
  • Loading branch information
moyner committed Jan 29, 2024
1 parent 41740e7 commit 9e07d85
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 @@ -24,7 +24,7 @@ jobs:
matrix:
version:
- '1.10'
- '1.6'
- '1.7'
- 'nightly'
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 @@ -13,7 +13,7 @@ Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
julia = "1.6"
julia = "1.7"
DelimitedFiles = "1.6.7"
Jutul = "0.2.20"
LinearAlgebra = "1"
Expand Down

0 comments on commit 9e07d85

Please sign in to comment.