Skip to content

Commit 81e528a

Browse files
committed
Continue on error with ruby-head
1 parent 6694400 commit 81e528a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
include:
6969
- ruby-version: 'ruby-head'
7070
experimental: true
71+
continue-on-error: true
7172
- ruby-version: 'jruby-9.4'
7273
experimental: true
7374
steps:
@@ -98,6 +99,7 @@ jobs:
9899
include:
99100
- ruby-version: 'ruby-head'
100101
experimental: true
102+
continue-on-error: true
101103
- ruby-version: 'jruby-9.4'
102104
experimental: true
103105
steps:

0 commit comments

Comments
 (0)