Skip to content

Commit 9d1ce9d

Browse files
committed
remove CI support for 1.9
1 parent 9136f9a commit 9d1ce9d

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
@@ -13,9 +13,8 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- "1.6" # LTS
16+
- "1.6" # min-supported version
1717
- "1" # Latest
18-
- "~1.9.0-0" # To test heap snapshot; remove when v1.9 is latest Julia release.
1918
- "nightly"
2019
os:
2120
- ubuntu-latest

0 commit comments

Comments
 (0)