Skip to content

Commit da384ce

Browse files
authored
Add Ruby 3.3 to CI.
1 parent 1b09e4d commit da384ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
ruby-version: ['3.0', '3.1', '3.2']
35+
ruby-version: ['3.0', '3.1', '3.2', '3.3']
3636
test: ['minitest', 'rspec']
3737
gemfile:
3838
- Gemfile.rails61

0 commit comments

Comments
 (0)