From 8237e22d296a686bc2452f0514a7243361ddf731 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Polanco Date: Fri, 11 Oct 2024 09:45:41 +0200 Subject: [PATCH] CI: test on Julia 1.11 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index feb3f87b..d09e759b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: experimental: [false] version: - '1.8' - - '1.10' + - '1.11' os: - ubuntu-latest arch: @@ -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}