Skip to content

Commit 0479a8a

Browse files
gdalledevmotion
andauthored
Test on pre-release instead of nightly and run CI on min and lts (#37)
* Test on pre-release instead of nightly * Version of setup * Change continue-on-error condition for CI job * Update CI matrix to include 'min' and 'lts' versions --------- Co-authored-by: David Müller-Widmann <[email protected]>
1 parent dbc90f0 commit 0479a8a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ jobs:
1111
test:
1212
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1313
runs-on: ${{ matrix.os }}
14-
continue-on-error: ${{ matrix.version == 'nightly' }}
14+
continue-on-error: ${{ matrix.version == 'pre' }}
1515
strategy:
1616
fail-fast: false
1717
matrix:
1818
version:
19-
- '1.6'
19+
- 'min'
20+
- 'lts'
2021
- '1'
21-
- 'nightly'
22+
- 'pre'
2223
os:
2324
- ubuntu-latest
2425
arch:

0 commit comments

Comments
 (0)