Skip to content

Commit 410ed9f

Browse files
authored
Merge pull request #136 from JuliaStats/andreasnoack-patch-1
Update CI build matrix
2 parents 2282978 + a26a1d6 commit 410ed9f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.0'
17-
- '1'
18-
- 'nightly'
16+
- 'min'
17+
- 'lts'
18+
- 1
19+
- 'pre'
1920
os:
2021
- ubuntu-latest
2122
arch:
@@ -33,4 +34,4 @@ jobs:
3334
- uses: codecov/codecov-action@v5
3435
with:
3536
files: lcov.info
36-
token: ${{ secrets.CODECOV_TOKEN }}
37+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)