Skip to content

Commit 2173c61

Browse files
committed
require v1.6
1 parent 259e7e2 commit 2173c61

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
fail-fast: false # don't stop CI even when one of them fails
1414
matrix:
1515
version:
16-
- '1.5' # current stable
17-
- '1.0' # lts
16+
- '1' # current stable
17+
- '1.6' # lts
18+
- 'nightly'
1819
os:
1920
- ubuntu-latest
2021
- macOS-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.4.1"
77
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
88

99
[compat]
10-
julia = "1"
10+
julia = "1.6"
1111

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

0 commit comments

Comments
 (0)