We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b09e4d commit da384ceCopy full SHA for da384ce
.github/workflows/ruby.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- ruby-version: ['3.0', '3.1', '3.2']
+ ruby-version: ['3.0', '3.1', '3.2', '3.3']
36
test: ['minitest', 'rspec']
37
gemfile:
38
- Gemfile.rails61
0 commit comments