Skip to content

Commit 9fb3a4a

Browse files
Add Rails 8.1 to CI matrix
1 parent 9992a2e commit 9fb3a4a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
ruby-version: ['3.1', '3.2', '3.3', '3.4']
11-
rails-version: ['~> 7.2', '~> 8.0']
11+
rails-version: ['~> 7.2', '~> 8.0', '~> 8.1']
1212
argon2-version: ['2.2', '2.3']
1313
orm:
1414
- adapter: active_record
@@ -17,8 +17,13 @@ jobs:
1717
- adapter: mongoid
1818
mongoid-version: 8.1.7
1919
exclude:
20+
- rails-version: '~> 8.1'
21+
ruby-version: '3.1'
2022
- rails-version: '~> 8.0'
2123
ruby-version: '3.1'
24+
- orm:
25+
adapter: mongoid
26+
rails-version: '~> 8.1'
2227
env:
2328
RAILS_VERSION: ${{ matrix.rails-version || '~> 8.0'}}
2429
MONGOID_VERSION: ${{ matrix.orm.mongoid-version || '8.1.6'}}

0 commit comments

Comments
 (0)