Skip to content

Commit 0e5af9a

Browse files
committed
Try to fix registration error + change workflow Julia version from 1.9.0 to 1.9.3
1 parent 2822a34 commit 0e5af9a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version:
17-
- '1.9.0'
17+
- '1.9.3'
1818
os:
1919
- ubuntu-latest
2020
- windows-latest

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2222
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
2323
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
2424
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
25+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2526

2627
[compat]
2728
DiffEqBase = "6"
@@ -42,11 +43,11 @@ StaticArrays = "1"
4243
Sundials = "4"
4344
TimerOutputs = "0.5"
4445
Unitful = "1"
46+
Test = "1"
4547
julia = "1.7"
4648

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

0 commit comments

Comments
 (0)