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 a509546 commit 7385a23
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.9'
- '1.10'
- '1.11'
os:
- ubuntu-latest
arch:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: '1.10'
version: '1.11'

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

0 comments on commit 7385a23

Please sign in to comment.