Skip to content

Commit

Permalink
CI: generate docs using Julia 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Sep 18, 2023
1 parent 41d9ad9 commit a002bcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
experimental: [false]
version:
- '1.6'
- '1.8'
- '~1.9.0-0'
- '1.9'
- '~1.10.0-0'
os:
- ubuntu-latest
arch:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: '1.8'
version: '1.9'
- name: Install dependencies
run: |
julia --project=docs -e '
Expand Down

0 comments on commit a002bcb

Please sign in to comment.