Skip to content

Commit

Permalink
Add 1.11 to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly committed Nov 6, 2024
1 parent 2767a40 commit 80e937c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
matrix:
version:
- "1.10"
- "1.11"
os:
- macos-latest
- ubuntu-latest
Expand All @@ -58,7 +59,7 @@ jobs:
- uses: julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0 # v1.11.1
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: bundle-${{ matrix.os }}
name: bundle-${{ matrix.os }}-${{ matrix.version }}
path: test/build/LocalCustomRegistry
include-hidden-files: true

Expand All @@ -71,6 +72,7 @@ jobs:
matrix:
version:
- "1.10"
- "1.11"
os:
- macos-latest
- ubuntu-latest
Expand All @@ -93,7 +95,7 @@ jobs:

- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: ${{ matrix.bundle }}
name: ${{ matrix.bundle }}-${{ matrix.version }}
path: ${{ matrix.bundle }}

- name: Initialize Julia Depot
Expand Down

0 comments on commit 80e937c

Please sign in to comment.