|
35 | 35 | strategy: |
36 | 36 | fail-fast: false |
37 | 37 | matrix: |
38 | | - activesupport: ["6.1", "7.0", "edge"] |
39 | | - ruby: ["2.7", "3.0", "3.1", "3.2", "ruby-head", "jruby"] |
40 | 38 | include: |
41 | 39 | # rails 5.2 |
42 | 40 | - { activesupport: "5.2", ruby: "2.5" } |
|
48 | 46 | # rails 6.1 |
49 | 47 | - { activesupport: "6.1", ruby: "2.5" } |
50 | 48 | - { activesupport: "6.1", ruby: "2.6" } |
| 49 | + - { activesupport: "6.1", ruby: "2.7" } |
| 50 | + - { activesupport: "6.1", ruby: "3.0" } |
| 51 | + - { activesupport: "6.1", ruby: "3.1" } |
| 52 | + - { activesupport: "6.1", ruby: "3.2" } |
| 53 | + # rails 7.0 |
| 54 | + - { activesupport: "7.0", ruby: "2.7" } |
| 55 | + - { activesupport: "7.0", ruby: "3.0" } |
| 56 | + - { activesupport: "7.0", ruby: "3.1" } |
| 57 | + - { activesupport: "7.0", ruby: "3.2" } |
| 58 | + - { activesupport: "7.0", ruby: "3.3" } |
| 59 | + - { activesupport: "7.0", ruby: "ruby-head" } |
| 60 | + - { activesupport: "7.0", ruby: "jruby" } |
| 61 | + # rails 7.1 |
| 62 | + - { activesupport: "7.1", ruby: "2.7" } |
| 63 | + - { activesupport: "7.1", ruby: "3.0" } |
| 64 | + - { activesupport: "7.1", ruby: "3.1" } |
| 65 | + - { activesupport: "7.1", ruby: "3.2" } |
| 66 | + - { activesupport: "7.1", ruby: "3.3" } |
| 67 | + - { activesupport: "7.1", ruby: "ruby-head" } |
| 68 | + - { activesupport: "7.1", ruby: "jruby" } |
| 69 | + # rails 7.2 |
| 70 | + - { activesupport: "edge", ruby: "3.1" } |
| 71 | + - { activesupport: "edge", ruby: "3.2" } |
| 72 | + - { activesupport: "edge", ruby: "3.3" } |
| 73 | + - { activesupport: "edge", ruby: "ruby-head" } |
| 74 | + - { activesupport: "edge", ruby: "jruby" } |
51 | 75 | env: |
52 | 76 | BUNDLE_GEMFILE: gemfiles/active_support_${{ matrix.activesupport }}.gemfile |
53 | 77 | steps: |
|
0 commit comments