Skip to content

Commit

Permalink
Update ci.yml (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Oct 17, 2023
1 parent cf4804a commit d80aaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.4' # lowest supported version
- '1.6' # lowest supported version
- '1' # last released version
os:
- ubuntu-latest
Expand Down Expand Up @@ -66,4 +66,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 d80aaf8

Please sign in to comment.