Skip to content

Commit

Permalink
use new 'min' option to capture minimum supported julia version in CI (
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Sep 3, 2024
1 parent 2ed1933 commit 41a948a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: 1.8
version: 'min'
- uses: julia-actions/cache@v2
with:
cache-compiled: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.8]
julia-version: [min]
julia-arch: [x64]
os: [ubuntu-22.04, macos-12, windows-2019]
steps:
Expand Down

0 comments on commit 41a948a

Please sign in to comment.