Skip to content

Commit b8598ef

Browse files
committed
Remove JRuby 1.7 from Jenkins build matrix.
1 parent d16cbc4 commit b8598ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ schedules:
33
schedule: per_commit
44
matrix:
55
exclude:
6-
- ruby: ['2.2', 'jruby1.7']
6+
- ruby: ['2.2']
77
- cassandra: ['2.2', '3.0']
88
nightly:
99
schedule: nightly
@@ -14,7 +14,6 @@ ruby:
1414
- 2.2
1515
- 2.3
1616
- 2.4
17-
- jruby1.7
1817
- jruby9k
1918
cassandra:
2019
- 2.1

0 commit comments

Comments
 (0)