Skip to content

Commit cdf9bfd

Browse files
committed
Remove experimental rubies from ci run
1 parent b89ca2d commit cdf9bfd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,12 @@ on: [push, pull_request]
44
jobs:
55
build:
66
runs-on: ubuntu-latest
7-
continue-on-error: ${{ matrix.experimental }}
87

98
strategy:
109
fail-fast: false
1110
matrix:
12-
ruby: [2.7, jruby, jruby-head, truffleruby-head]
11+
ruby: [2.4, 2.5, 2.6, 2.7, 3.0, jruby, jruby-head]
1312
experimental: [false]
14-
include:
15-
- ruby: head
16-
experimental: true
17-
- ruby: truffleruby
18-
experimental: true
1913

2014
env:
2115
JAVA_OPTS: '-Xmx1024m'

0 commit comments

Comments
 (0)