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 3e6c72c commit 8237e22
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 @@ -21,7 +21,7 @@ jobs:
experimental: [false]
version:
- '1.8'
- '1.10'
- '1.11'
os:
- ubuntu-latest
arch:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1.10'
version: '1.11'

- name: Add MPIPreferences
shell: julia --color=yes --project=. {0}
Expand Down

0 comments on commit 8237e22

Please sign in to comment.