Skip to content

Commit d3c3d0e

Browse files
committed
[CI] Adds Ruby 3.1 to GitHub Actions and Jenkins
1 parent ceb7abe commit d3c3d0e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.ci/test-matrix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ STACK_VERSION:
44
- 8.0.0-SNAPSHOT
55

66
RUBY_TEST_VERSION:
7+
- 3.1
78
- 3.0
89
- 2.7
910
- 2.6
@@ -14,6 +15,8 @@ TEST_SUITE:
1415
- platinum
1516

1617
exclude:
18+
- STACK_VERSION: 8.0.0-SNAPSHOT
19+
RUBY_TEST_VERSION: 3.0
1720
- STACK_VERSION: 8.0.0-SNAPSHOT
1821
RUBY_TEST_VERSION: 2.7
1922
- STACK_VERSION: 8.0.0-SNAPSHOT

.github/workflows/7.16-8.x.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: [ 3.0 ]
17+
ruby: [ '3.1' ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/7.16.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, 3.0, jruby-9.3 ]
17+
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', 'jruby-9.3' ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)