Skip to content

Commit

Permalink
Add 1.11 to test matrix and add downgrade for 1.10 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Oct 29, 2024
1 parent e8dd658 commit d455b74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
version:
- '1.10'
- '1.11'
os:
- ubuntu-latest
arch:
Expand All @@ -30,6 +31,8 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-downgrade-compat@v1
if: ${{ matrix.version == '1.10' }}
- name: Set CAT packages to develop & resolve env
run: |
julia --project=test/ -e 'using Pkg;
Expand Down

0 comments on commit d455b74

Please sign in to comment.