Skip to content

Commit 448e97b

Browse files
committed
Require Julia 1.5
1 parent 3750b8a commit 448e97b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.4'
13+
- '1.5'
1414
- '1.6'
1515
- 'nightly'
1616
os:

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["chriselrod <[email protected]> and contributors"]
44
version = "0.1.1"
55

66
[compat]
7-
julia = "1.4"
7+
julia = "1.5"
88

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

0 commit comments

Comments
 (0)