Skip to content

Commit 5cff079

Browse files
authored
Merge pull request #172 from m-nakamura145/update-ci-matrix
Add Ruby 3.3 to CI matrix
2 parents 19fd6cd + fe53ff3 commit 5cff079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
ruby: ["2.7", "3.0", "3.1", "3.2", "ruby-head", "truffleruby-head", "jruby-9.4", "jruby-head"]
33+
ruby: ["2.7", "3.0", "3.1", "3.2", '3.3', "ruby-head", "truffleruby-head", "jruby-9.4", "jruby-head"]
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)