Skip to content

Commit 9477908

Browse files
authored
Merge pull request #70 from m-nakamura145/update-ci-matrix
Add Ruby 3.3 to CI matrix
2 parents 311d97f + 68e3e39 commit 9477908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', 'ruby-head']
13+
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', 'ruby-head']
1414
continue-on-error: ${{ matrix.ruby-version == 'ruby-head' }}
1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)