Skip to content

Commit 5ee3cc9

Browse files
committed
require julia 1.5
1 parent 6ef2052 commit 5ee3cc9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
version:
16-
- '1.3'
1716
- '1.5'
1817
- 'nightly'
1918
os:

InteractModels/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1212
Interact = "0.10"
1313
ModelParameters = "0.3"
1414
Reexport = "0.2"
15-
julia = "1"
15+
julia = "1.5"
1616

1717
[extras]
1818
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ConstructionBaseExtras = "0.1"
1919
PrettyTables = "0.8, 0.9, 0.10, 0.11, 0.12, 1"
2020
Setfield = "0.6, 0.7"
2121
Tables = "1"
22-
julia = "1"
22+
julia = "1.5"
2323

2424
[extras]
2525
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)