Skip to content

Commit

Permalink
Remove nightly and older Julia versions from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschumacher authored Sep 26, 2023
1 parent 2a53edc commit a2f4606
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.7'
- '1.8'
- 'nightly'
- '1'
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -62,4 +60,4 @@ jobs:
- run: julia --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit a2f4606

Please sign in to comment.