File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,14 @@ jobs:
63
63
64
64
# To keep matrix size down, only test highest and lowest rubies.
65
65
# See "Lowest supported ruby version" in CONTRIBUTING.md
66
- ruby : [ '3.1 ', '3.3' ]
66
+ ruby : [ '3.0 ', '3.3' ]
67
67
exclude :
68
68
# Rails 8 requires ruby 3.2+.
69
69
- gemfile : ' rails_8.0'
70
- ruby : ' 3.1'
70
+ ruby : ' 3.0'
71
+ # Rails 7.2 requires ruby 3.1+.
72
+ - gemfile : ' rails_7.2'
73
+ ruby : ' 3.0'
71
74
steps :
72
75
- name : Checkout source
73
76
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -93,10 +93,11 @@ Choose version:
93
93
94
94
| paper_trail | ruby | activerecord |
95
95
| -------------| ----------| ---------------|
96
- | unreleased | >= 3.1.0 | >= 6.1, <= 8.0 |
97
- | 15.2 | >= 3.1.0 | >= 6.1, <= 7.2 |
98
- | 15.1 | >= 3.1.0 | >= 6.1, <= 7.1 |
99
- | 15 | >= 3.0.0 | >= 6.1, < 7.2 |
96
+ | unreleased | >= 3.0.0 | >= 6.1, <= 8.0 |
97
+ | 16 | >= 3.0.0 | >= 6.1, <= 8.0 |
98
+ | 15.2 | >= 3.0.0 | >= 6.1, <= 7.2 |
99
+ | 15.1 | >= 3.0.0 | >= 6.1, <= 7.1 |
100
+ | 15 | >= 3.0.0 | >= 6.1, <= 7.1 |
100
101
| 14 | >= 2.7.0 | >= 6.0, < 7.1 |
101
102
| 13 | >= 2.6.0 | >= 5.2, < 7.1 |
102
103
| 12 | >= 2.6.0 | >= 5.2, < 7.1 |
You can’t perform that action at this time.
0 commit comments