Skip to content

Commit

Permalink
support Julia 1.6 as latest LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback committed Feb 20, 2022
1 parent 1ac0822 commit 230aabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
version:
- '1.5'
- '1.6'
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.5'
version: '1.6'
- run: |
julia --project=docs -e '
using Pkg
Expand Down

0 comments on commit 230aabf

Please sign in to comment.