Skip to content

Commit 380fdd0

Browse files
authored
Merge branch 'master' into bump-activerecord-import
2 parents 927c332 + ca06c33 commit 380fdd0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ruby: ['3.2', '3.3', '3.4']
14-
rails: ['7.1.0', '7.2.0']
14+
rails: ['7.1.0', '7.2.0', '8.0.0']
1515
activeadmin: ['3.2.0', '3.3.0', '3.4.0', '3.5.1']
16+
exclude:
17+
- rails: '8.0.0'
18+
activeadmin: '3.2.0'
1619
env:
1720
RAILS: ${{ matrix.rails }}
1821
AA: ${{ matrix.activeadmin }}

spec/support/rails_template.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
create_file "app/assets/config/manifest.js", skip: true
2+
13
generate :model, 'author name:string{10}:uniq last_name:string birthday:date --force'
24
generate :model, 'post title:string:uniq body:text author:references --force'
35

0 commit comments

Comments
 (0)