Skip to content

Commit 0fb04ad

Browse files
authored
Merge pull request #19 from mi-wada/test-on-ruby3_3
test: Test on Ruby 3.3
2 parents f484ae1 + 6a1675c commit 0fb04ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest]
21-
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
21+
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- uses: actions/checkout@v2
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
os: [ubuntu-latest]
47-
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
47+
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
4848
runs-on: ${{ matrix.os }}
4949
steps:
5050
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)