We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a1940 commit 976c724Copy full SHA for 976c724
.github/workflows/ruby.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
rails-version: [ '7.0', '7.1', '7.2', '8.0' ]
26
- ruby-version: ['3.1', '3.2', '3.3']
+ ruby-version: ['3.1', '3.2', '3.3', '3.4']
27
exclude:
28
- rails-version: '8.0'
29
ruby-version: '3.1'
0 commit comments