Skip to content

Commit a4cd54c

Browse files
authored
Remove C* 1.2 from CI tests
1 parent 77bba60 commit a4cd54c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

build.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,21 @@ schedules:
44
matrix:
55
exclude:
66
- ruby: ['2.2', 'jruby9k']
7-
- cassandra: ['1.2', '2.0', '2.2', '3.0']
7+
- cassandra: ['2.0', '2.2', '3.0']
88
nightly:
99
schedule: nightly
1010
branches:
1111
include: [master]
1212
matrix:
1313
exclude:
1414
- ruby: jruby9k
15-
- cassandra: 1.2
16-
weekly:
17-
schedule: weekly
18-
branches:
19-
include: [master]
20-
matrix:
21-
exclude:
22-
- ruby: jruby9k
2315

2416
ruby:
2517
- 2.2
2618
- 2.3
2719
- jruby1.7
2820
- jruby9k
2921
cassandra:
30-
- 1.2
3122
- 2.0
3223
- 2.1
3324
- 2.2

0 commit comments

Comments
 (0)