Skip to content

Commit d66faad

Browse files
committed
[CI] Adds 8.0.0-SNAPSHOT to test matrix
1 parent 299f8a8 commit d66faad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.ci/test-matrix.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
STACK_VERSION:
33
- 7.16-SNAPSHOT
4+
- 8.0.0-SNAPSHOT
45

56
RUBY_TEST_VERSION:
67
- 3.0
@@ -12,4 +13,10 @@ TEST_SUITE:
1213
- free
1314
- platinum
1415

15-
exclude: ~
16+
exclude:
17+
- STACK_VERSION: 8.0.0-SNAPSHOT
18+
RUBY_TEST_VERSION: 2.7
19+
- STACK_VERSION: 8.0.0-SNAPSHOT
20+
RUBY_TEST_VERSION: 2.6
21+
- STACK_VERSION: 8.0.0-SNAPSHOT
22+
RUBY_TEST_VERSION: 2.5

0 commit comments

Comments
 (0)