Skip to content

Commit c118075

Browse files
committed
Bump minimum Julia version to 1.10
1 parent bbd20e1 commit c118075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.5'
13+
- '1.10'
1414
- '1'
1515
- 'nightly'
1616
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1414
BitTwiddlingConvenienceFunctions = "0.1"
1515
IfElse = "0.1"
1616
Static = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1"
17-
julia = "1.5"
17+
julia = "1.10"
1818

1919
[extras]
2020
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)