Skip to content

Commit

Permalink
Use Julia 1.6 (LTS) for docs job
Browse files Browse the repository at this point in the history
Avoids having to keep up with changes to doctest outputs
  • Loading branch information
arnaudh committed Jan 25, 2022
1 parent 7ba0dec commit 13d059b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '1.6' # Current LTS
- run: |
julia --project=docs -e '
using Pkg
Expand Down

0 comments on commit 13d059b

Please sign in to comment.