Skip to content

Commit 8d6edeb

Browse files
authored
Merge pull request #866 from m-nakamura145/update-ci-matrix
Add Ruby 3.3 to CI matrix
2 parents 446a6bd + d9e88ec commit 8d6edeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', 'head']
8+
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', 'head']
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)