We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb6ec9d + 7878c0c commit a029897Copy full SHA for a029897
.github/workflows/ci.yml
@@ -11,24 +11,13 @@ jobs:
11
strategy:
12
matrix:
13
ruby:
14
- - '3.0.0'
15
- - '3.1.0'
16
- '3.2.0'
17
- '3.3.0'
18
rails:
19
- - '6.1.0'
20
- - '7.0.0'
21
- '7.1.0'
+ - '7.2.0'
22
activeadmin:
23
- - '2.14.0'
24
25
26
- - '3.2.0'
27
- exclude:
28
- - rails: '7.1.0'
29
- activeadmin: '2.14.0'
30
31
- activeadmin: '3.0.0'
+ - '3.3.0'
32
env:
33
RAILS: ${{ matrix.rails }}
34
AA: ${{ matrix.activeadmin }}
0 commit comments