File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed
Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,17 @@ jobs:
2525 - " 7.2"
2626 - main
2727 exclude :
28- - ruby : jruby-9.4
29- rails : " 7.1"
30- - ruby : jruby-9.4
31- rails : " 7.2"
32- - ruby : jruby-9.4
33- rails : main
28+ - { ruby: jruby-9.4, rails: "7.1" }
29+ - { ruby: jruby-9.4, rails: "7.2" }
30+ - { ruby: jruby-9.4, rails: main }
3431 # Rails >= 7.2 requires Ruby 3.1
35- - ruby : " 3.0"
36- rails : " 7.2"
37- - ruby : " 3.0"
38- rails : " main"
32+ - { ruby: "3.0", rails: "7.2" }
33+ - { ruby: "3.0", rails: "main" }
3934 # Rails >= 8.0 requires Ruby 3.2
40- - ruby : " 3.1"
41- rails : " main"
35+ - { ruby: "3.1", rails: "main" }
36+ # 2025-10-23 There's an incompatibility between truffleruby and rails edge Git ref
37+ # results in a "NoMethodError: undefined method `[]' for class Fiber" error whilst running specs
38+ - { ruby: truffleruby, rails: "main" }
4239
4340 runs-on : ' ubuntu-latest'
4441
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- factory_bot (6.5.5 )
4+ factory_bot (6.5.6 )
55 activesupport (>= 6.1.0 )
66
77GEM
You can’t perform that action at this time.
0 commit comments