Skip to content

Commit d2c3332

Browse files
Add Ruby 3.0 and 3.1 to CI matrix
1 parent 3fdaf6f commit d2c3332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, jruby-9.2]
16+
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby-9.2]
1717
os: [ubuntu-20.04, windows-2019]
1818
include:
19-
- { ruby: 2.7, os: ubuntu-20.04, matrix: pipeline }
19+
- { ruby: 3.1, os: ubuntu-20.04, matrix: pipeline }
2020

2121
runs-on: ${{ matrix.os }}
2222

0 commit comments

Comments
 (0)