Skip to content

Commit 6c78a5c

Browse files
committed
[CI] Adds Ruby 3.2 to test matrices
1 parent 3ea29c6 commit 6c78a5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.ci/test-matrix.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
STACK_VERSION:
3-
- 8.6.0-SNAPSHOT
3+
- 8.6-SNAPSHOT
44

55
RUBY_TEST_VERSION:
6+
- 3.2
67
- 3.1
78
- 3.0
89
- 2.7

.github/workflows/8.6.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: [ '2.7', '3.0', '3.1', 'jruby-9.3' ]
17+
ruby: [ '2.7', '3.0', '3.1', '3.2', 'jruby-9.3', 'jruby-9.4' ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)