Skip to content

Commit e25e4e7

Browse files
committed
add julia 1.10 testing to matrix
Acked-by: Anthony D. Blaom <[email protected]>
1 parent 60f8b6c commit e25e4e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.6'
20+
- '1.6' # previous LTS release
21+
- '1.10' # new LTS release
2122
- '1' # automatically expands to the latest stable 1.x release of Julia.
2223
os:
2324
- ubuntu-latest
@@ -65,4 +66,4 @@ jobs:
6566
using Documenter: DocMeta, doctest
6667
using LearnAPI
6768
DocMeta.setdocmeta!(LearnAPI, :DocTestSetup, :(using LearnAPI); recursive=true)
68-
doctest(LearnAPI)'
69+
doctest(LearnAPI)'

0 commit comments

Comments
 (0)