Skip to content

Commit

Permalink
Test on Julia 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Aug 24, 2022
1 parent 5d3a6b5 commit 4157ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
experimental: [false]
version:
- '1.6'
- '1.7'
- '1.8'
os:
- ubuntu-latest
arch:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1.7'
version: '1.8'
- name: Install dependencies
run: |
julia --project=docs -e '
Expand Down

0 comments on commit 4157ce8

Please sign in to comment.