Skip to content

Commit ac44662

Browse files
committed
bump ci.yml
1 parent bb6ec9d commit ac44662

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,22 @@ jobs:
1111
strategy:
1212
matrix:
1313
ruby:
14-
- '3.0.0'
15-
- '3.1.0'
1614
- '3.2.0'
1715
- '3.3.0'
1816
rails:
19-
- '6.1.0'
20-
- '7.0.0'
2117
- '7.1.0'
18+
- '7.2.0'
19+
- '8.0.0'
2220
activeadmin:
23-
- '2.14.0'
24-
- '3.0.0'
25-
- '3.1.0'
26-
- '3.2.0'
21+
- '3.3.0'
22+
- '3.4.0'
2723
exclude:
2824
- rails: '7.1.0'
29-
activeadmin: '2.14.0'
30-
- rails: '7.1.0'
31-
activeadmin: '3.0.0'
25+
activeadmin: '3.4.0'
26+
- rails: '7.2.0'
27+
activeadmin: '3.4.0'
28+
- rails: '8.0.0'
29+
activeadmin: '3.3.0'
3230
env:
3331
RAILS: ${{ matrix.rails }}
3432
AA: ${{ matrix.activeadmin }}
@@ -41,4 +39,5 @@ jobs:
4139
run: |
4240
gem install bundler -v '< 2'
4341
bundle install
42+
RAILS_ENV=test rails assets:precompile
4443
bundle exec rspec spec

0 commit comments

Comments
 (0)