We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7608998 commit c18ff3eCopy full SHA for c18ff3e
.github/workflows/spec.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- ruby: [ '3.1', '3.2', 'head' ]
+ ruby: [ '3.1', '3.2', '3.3', 'head' ]
15
rails: [ 'gemfiles/Gemfile.rails-6.1.x', 'gemfiles/Gemfile.rails-7.0.x', 'gemfiles/Gemfile.rails-7.1.x']
16
exclude: []
17
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
0 commit comments