Skip to content

Commit 7467e6b

Browse files
authored
Merge pull request #1852 from darsnack/darsnack/ci-1.6
Fix CI to run on LTS + latest + nightly
2 parents 375096e + d89fc48 commit 7467e6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1' # Replace this with the minimum Julia version that your package supports.
20+
- '1.6' # Replace this with the minimum Julia version that your package supports.
21+
- '1'
2122
- 'nightly'
2223
os:
2324
- ubuntu-latest

0 commit comments

Comments
 (0)