Skip to content

Commit c18ff3e

Browse files
eduardojhennevogel
authored andcommitted
Test with Ruby 3.3
1 parent 7608998 commit c18ff3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby: [ '3.1', '3.2', 'head' ]
14+
ruby: [ '3.1', '3.2', '3.3', 'head' ]
1515
rails: [ 'gemfiles/Gemfile.rails-6.1.x', 'gemfiles/Gemfile.rails-7.0.x', 'gemfiles/Gemfile.rails-7.1.x']
1616
exclude: []
1717
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}

0 commit comments

Comments
 (0)