Skip to content

Commit

Permalink
1.11 (#55)
Browse files Browse the repository at this point in the history
* Update CI.yml

* Update CI.yml

* Update CI.yml
  • Loading branch information
DanielVandH authored Oct 17, 2024
1 parent 43e727d commit abd585b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down Expand Up @@ -87,4 +89,4 @@ jobs:
using Documenter: DocMeta, doctest
using FiniteVolumeMethod
DocMeta.setdocmeta!(FiniteVolumeMethod, :DocTestSetup, :(using FiniteVolumeMethod); recursive=true)
doctest(FiniteVolumeMethod)'
doctest(FiniteVolumeMethod)'

0 comments on commit abd585b

Please sign in to comment.