File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ concurrency:
12
12
jobs :
13
13
test :
14
14
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
15
+ continue-on-error : ${{ matrix.experimental }}
15
16
runs-on : ${{ matrix.os }}
16
17
strategy :
17
18
fail-fast : false
@@ -20,19 +21,23 @@ jobs:
20
21
- ' 1.6' # latest LTS
21
22
- ' 1'
22
23
- ' ~1.10.0-0' # upcoming julia version, next `rc`
24
+ experimental :
25
+ - false
23
26
os : [ubuntu-latest]
24
27
arch : [x64]
25
28
include : # spare windows/macos CI credits
26
29
- os : windows-latest
30
+ experimental : false
27
31
version : ' 1'
28
32
arch : x64
29
33
- os : macOS-latest
34
+ experimental : false
30
35
version : ' 1'
31
36
arch : x64
32
37
- os : ubuntu-latest
38
+ experimental : true
33
39
version : ' nightly'
34
40
arch : x64
35
- allow_failure : true # `nightly` often breaks
36
41
37
42
steps :
38
43
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments