Skip to content

Commit 1abce5e

Browse files
committed
Test all julia versions to check good version bounds for the problem from JuliaDocs#128
1 parent 947bbad commit 1abce5e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ jobs:
1010
matrix:
1111
version:
1212
- '1.0'
13+
- '1.1'
14+
- '1.2'
15+
- '1.3'
16+
- '1.4'
17+
- '1.5'
18+
- '1.6'
19+
- '1.7'
1320
- '1'
1421
- 'nightly'
1522
os:

0 commit comments

Comments
 (0)