Skip to content

Commit

Permalink
Try to fix registration error + change workflow Julia version from 1.…
Browse files Browse the repository at this point in the history
…9.0 to 1.9.3
  • Loading branch information
MartinOtter committed Nov 5, 2023
1 parent 2822a34 commit 0e5af9a
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9.0'
- '1.9.3'
os:
- ubuntu-latest
- windows-latest
Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DiffEqBase = "6"
Expand All @@ -42,11 +43,11 @@ StaticArrays = "1"
Sundials = "4"
TimerOutputs = "0.5"
Unitful = "1"
Test = "1"
julia = "1.7"

[extras]
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand Down

0 comments on commit 0e5af9a

Please sign in to comment.