Skip to content

Commit 41a948a

Browse files
authored
use new 'min' option to capture minimum supported julia version in CI (#782)
1 parent 2ed1933 commit 41a948a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: julia-actions/setup-julia@v2
2626
with:
27-
version: 1.8
27+
version: 'min'
2828
- uses: julia-actions/cache@v2
2929
with:
3030
cache-compiled: "true"

.github/workflows/minimum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
julia-version: [1.8]
23+
julia-version: [min]
2424
julia-arch: [x64]
2525
os: [ubuntu-22.04, macos-12, windows-2019]
2626
steps:

0 commit comments

Comments
 (0)