Skip to content

Commit

Permalink
Fix CI to run on LTS + latest + nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
darsnack committed Jan 27, 2022
1 parent ef04fda commit 9357491
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1' # Replace this with the minimum Julia version that your package supports.
- '1.6' # Replace this with the minimum Julia version that your package supports.
- '1'
- 'nightly'
os:
- ubuntu-latest
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.6'
version: '1'
- run: |
julia --project=docs -e '
using Pkg
Expand Down

0 comments on commit 9357491

Please sign in to comment.