Skip to content

Commit

Permalink
Test on Julia 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Jan 2, 2024
1 parent 8ea9d14 commit d1e2cbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
experimental: [false]
version:
- '1.9'
- '1.10'
os:
- ubuntu-latest
arch:
Expand Down Expand Up @@ -96,7 +97,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: '1.9'
version: '1.10'

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

0 comments on commit d1e2cbb

Please sign in to comment.