We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20d543 commit 4fb1602Copy full SHA for 4fb1602
2 files changed
.github/workflows/ci.yml
@@ -29,6 +29,7 @@ jobs:
29
- 'min'
30
- 'lts'
31
- '1'
32
+ - 'nightly'
33
os:
34
- ubuntu-latest
35
- macOS-latest
.github/workflows/downstream.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
fail-fast: false
38
matrix:
39
- julia-version: ['1']
+ julia-version: ['1', 'nightly']
40
os: [ubuntu-latest]
41
package:
42
- {repo: ApproxFunBase.jl, group: JuliaApproximation}
0 commit comments