Skip to content

Commit 7332768

Browse files
authored
Merge pull request #302 from m-nakamura145/update-ci-matrix
Add Ruby 3.3 to CI matrix
2 parents 8f7c0a3 + 79c1943 commit 7332768

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
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
ruby: ["2.7", "3.0", "3.1", "3.2", "head"]
23+
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "head"]
2424
steps:
2525
- uses: actions/checkout@v3
2626
- run: rm Gemfile.lock

0 commit comments

Comments
 (0)