mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Run specs on ruby 3.2 version
This commit is contained in:
parent
5d22f691fe
commit
164057cc74
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -27,6 +27,11 @@ jobs:
|
||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
redis-version: 6
|
redis-version: 6
|
||||||
mongodb-version: 5
|
mongodb-version: 5
|
||||||
|
- ruby: 3.2
|
||||||
|
gemfile: rails_7.0
|
||||||
|
os: ubuntu-20.04
|
||||||
|
redis-version: 6
|
||||||
|
mongodb-version: 5
|
||||||
exclude:
|
exclude:
|
||||||
- ruby: '3.0'
|
- ruby: '3.0'
|
||||||
gemfile: rails_5.2
|
gemfile: rails_5.2
|
||||||
|
|
Loading…
Reference in a new issue