We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9992a2e commit 9fb3a4aCopy full SHA for 9fb3a4a
1 file changed
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
ruby-version: ['3.1', '3.2', '3.3', '3.4']
11
- rails-version: ['~> 7.2', '~> 8.0']
+ rails-version: ['~> 7.2', '~> 8.0', '~> 8.1']
12
argon2-version: ['2.2', '2.3']
13
orm:
14
- adapter: active_record
@@ -17,8 +17,13 @@ jobs:
17
- adapter: mongoid
18
mongoid-version: 8.1.7
19
exclude:
20
+ - rails-version: '~> 8.1'
21
+ ruby-version: '3.1'
22
- rails-version: '~> 8.0'
23
ruby-version: '3.1'
24
+ - orm:
25
+ adapter: mongoid
26
+ rails-version: '~> 8.1'
27
env:
28
RAILS_VERSION: ${{ matrix.rails-version || '~> 8.0'}}
29
MONGOID_VERSION: ${{ matrix.orm.mongoid-version || '8.1.6'}}
0 commit comments