Skip to content

Commit

Permalink
CI: test on Julia 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Oct 11, 2024
1 parent c9cb32f commit 79ed09b
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 @@ -19,7 +19,7 @@ jobs:
experimental: [false]
version:
- '1.6'
- '1.10'
- '1.11'
os:
- ubuntu-latest
arch:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: '1.10'
version: '1.11'
- name: Install dependencies
run: |
julia --project=docs -e '
Expand Down

0 comments on commit 79ed09b

Please sign in to comment.