Commit 6df08bd
committed
Drop ActiveAdmin 3.4 from the CI matrix
AA 3.4 pins devise < 5, so every 3.4 cell in the matrix exploded at
dummy-app boot with:
ActiveAdmin::DependencyError:
You provided devise 5.0.3 but we need: >= 4.0, < 5
Our gemspec floors devise at >= 4.9 and bundler happily resolves to
5.0.3 on a clean runner, which AA 3.4 rejects. AA 3.5 lifted the
< 5 cap, so the gem's effective floor is AA 3.5. The six AA 3.5
cells (Ruby 3.2/3.3/3.4 x Rails 7.2/8.0) were already green in the
previous run; dropping 3.4 turns the matrix fully green without
narrowing real coverage.1 parent 026e937 commit 6df08bd
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
0 commit comments