From abd585bd83c7c3c4d2989a1ded32e2db1e7eb412 Mon Sep 17 00:00:00 2001 From: Daniel VandenHeuvel <95613936+DanielVandH@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:54:41 +0100 Subject: [PATCH] 1.11 (#55) * Update CI.yml * Update CI.yml * Update CI.yml --- .github/workflows/CI.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 115ac60..2fc9f8e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,7 +18,9 @@ jobs: fail-fast: false matrix: version: - - '1' + - '1.11' + - 'pre' + - 'lts' os: - ubuntu-20.04 # https://github.com/actions/runner-images/discussions/7188 arch: @@ -36,7 +38,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Julia - uses: julia-actions/setup-julia@v1 + uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} @@ -87,4 +89,4 @@ jobs: using Documenter: DocMeta, doctest using FiniteVolumeMethod DocMeta.setdocmeta!(FiniteVolumeMethod, :DocTestSetup, :(using FiniteVolumeMethod); recursive=true) - doctest(FiniteVolumeMethod)' \ No newline at end of file + doctest(FiniteVolumeMethod)'