Skip to content

Commit

Permalink
Merge pull request #63 from cesmix-mit/vc/ci_jl10
Browse files Browse the repository at this point in the history
Add Julia 1.10 to CI
  • Loading branch information
vchuravy authored Mar 31, 2024
2 parents 77fdd82 + 9e3b3e5 commit 938b9e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
matrix:
version:
- "1.9"
- "1.10"
os:
- ubuntu-latest
- macOS-latest
Expand All @@ -30,16 +31,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/cache@v1
- name: add CESMIX registry
run: |
julia -e '
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: "1.9"
- uses: julia-actions/cache@v1
- name: add CESMIX registry
run: |
julia -e '
Expand Down

0 comments on commit 938b9e0

Please sign in to comment.