Skip to content

Commit 40f74bf

Browse files
committed
[CI] Adds Ruby 3 to CI
1 parent 3bb3e06 commit 40f74bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ STACK_VERSION:
33
- 7.12.0-SNAPSHOT
44

55
RUBY_TEST_VERSION:
6+
- 3.0
67
- 2.7
78
- 2.6
89
- 2.5

.github/workflows/7.12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: [ 2.5, 2.6, 2.7, jruby-9.2 ]
17+
ruby: [ 2.5, 2.6, 2.7, 3.0, jruby-9.2 ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)