Skip to content

Commit c08cad0

Browse files
committed
Add ActiveAdmin 3.4 and 3.5.1 to CI matrix
1 parent d5c0524 commit c08cad0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.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', '3.3', '3.4']
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.1']
1616
env:
1717
RAILS: ${{ matrix.rails }}
1818
AA: ${{ matrix.activeadmin }}

0 commit comments

Comments
 (0)