From d40402bf5b4be5e4a2da03afdc8676749825e323 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Polanco Date: Fri, 11 Oct 2024 09:40:37 +0200 Subject: [PATCH] Test on Julia 1.11 --- .github/workflows/ci.yml | 2 +- .github/workflows/documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df54731..fc95d16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: experimental: [false] version: - '1.9' - - '1.10' + - '1.11' os: - ubuntu-latest arch: diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ca24598..098d3bc 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 with: - version: '1.10' + version: '1.11' - uses: julia-actions/cache@v2 - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'