File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff 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 }}
4139 run : |
4240 gem install bundler -v '< 2'
4341 bundle install
42+ RAILS_ENV=test rails assets:precompile
4443 bundle exec rspec spec
You can’t perform that action at this time.
0 commit comments