Skip to content

Commit

Permalink
add Julia v1.11 to downstream tests
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriele Bozzola <gbozzola@caltech.edu>
  • Loading branch information
juliasloan25 and Sbozzolo authored Oct 22, 2024
1 parent baad211 commit 04b097a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/Downstream-ClimaCoupler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
matrix:
version:
- '1.10'
- '1.11'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1.10'
version: ${{ matrix.version }}
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: actions/checkout@v4
Expand Down

0 comments on commit 04b097a

Please sign in to comment.