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.
1 parent bb6ec9d commit 9e8c531Copy full SHA for 9e8c531
.github/workflows/ci.yml
@@ -11,24 +11,25 @@ jobs:
11
strategy:
12
matrix:
13
ruby:
14
- - '3.0.0'
15
- - '3.1.0'
16
- - '3.2.0'
17
- '3.3.0'
+ - '3.4.0'
18
rails:
19
- - '6.1.0'
20
- - '7.0.0'
21
- '7.1.0'
+ - '7.2.0'
+ - '8.0.0'
22
activeadmin:
23
- - '2.14.0'
24
25
26
- '3.2.0'
+ - '3.3.0'
27
exclude:
28
- rails: '7.1.0'
29
- activeadmin: '2.14.0'
30
- - rails: '7.1.0'
31
- activeadmin: '3.0.0'
+ activeadmin: '3.4.0'
+ - rails: '7.2.0'
+ - rails: '8.0.0'
+ activeadmin: '3.3.0'
32
+ activeadmin: '3.2.0'
33
env:
34
RAILS: ${{ matrix.rails }}
35
AA: ${{ matrix.activeadmin }}
0 commit comments