Skip to content

Commit bc7aff1

Browse files
committed
drop julia 1.6 support
1 parent 8da527b commit bc7aff1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.6' # previous LTS release
21-
- '1.10' # new LTS release
20+
- '1.10' # LTS release
2221
- '1' # automatically expands to the latest stable 1.x release of Julia.
2322
os:
2423
- ubuntu-latest

0 commit comments

Comments
 (0)