We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f8b6c commit e25e4e7Copy full SHA for e25e4e7
.github/workflows/ci.yml
@@ -17,7 +17,8 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
- - '1.6'
+ - '1.6' # previous LTS release
21
+ - '1.10' # new LTS release
22
- '1' # automatically expands to the latest stable 1.x release of Julia.
23
os:
24
- ubuntu-latest
@@ -65,4 +66,4 @@ jobs:
65
66
using Documenter: DocMeta, doctest
67
using LearnAPI
68
DocMeta.setdocmeta!(LearnAPI, :DocTestSetup, :(using LearnAPI); recursive=true)
- doctest(LearnAPI)'
69
+ doctest(LearnAPI)'
0 commit comments