Skip to content

Commit 9357491

Browse files
committed
Fix CI to run on LTS + latest + nightly
1 parent ef04fda commit 9357491

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' # Replace this with the minimum Julia version that your package supports.
20+
- '1.6' # Replace this with the minimum Julia version that your package supports.
21+
- '1'
2122
- 'nightly'
2223
os:
2324
- ubuntu-latest
@@ -51,7 +52,7 @@ jobs:
5152
- uses: actions/checkout@v2
5253
- uses: julia-actions/setup-julia@v1
5354
with:
54-
version: '1.6'
55+
version: '1'
5556
- run: |
5657
julia --project=docs -e '
5758
using Pkg

0 commit comments

Comments
 (0)