Skip to content

Commit 711f633

Browse files
committed
Test on more recent Julia versions
1 parent 395b4c6 commit 711f633

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.8'
22-
#- 'nightly'
21+
- '1'
22+
- '1.10'
23+
- 'pre'
2324
os:
2425
- ubuntu-latest
2526
- macOS-latest
@@ -71,4 +72,4 @@ jobs:
7172
using Documenter: DocMeta, doctest
7273
using MultilayerGraphs
7374
DocMeta.setdocmeta!(MultilayerGraphs, :DocTestSetup, :(using MultilayerGraphs); recursive=true)
74-
doctest(MultilayerGraphs)'
75+
doctest(MultilayerGraphs)'

0 commit comments

Comments
 (0)