Skip to content

Commit 9a0f32d

Browse files
committed
Add ActiveAdmin 3.4 and 3.5 to CI test matrix
1 parent 85ee22b commit 9a0f32d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
ruby: ['3.2.0', '3.3.0', '3.4.0']
1414
rails: ['7.1.0', '7.2.0']
15-
activeadmin: ['3.2.0', '3.3.0']
15+
activeadmin: ['3.2.0', '3.3.0', '3.4.0', '3.5.0']
1616
env:
1717
RAILS: ${{ matrix.rails }}
1818
AA: ${{ matrix.activeadmin }}

0 commit comments

Comments
 (0)