mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
CI: Exclude TruffleRuby on Rails 5.0, 5.1, and 5.2 (#1547)
This commit is contained in:
parent
e49e72821d
commit
ec71611954
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -45,6 +45,12 @@ jobs:
|
|||
rails: "5.1"
|
||||
- ruby: "3.0"
|
||||
rails: "5.2"
|
||||
- ruby: truffleruby
|
||||
rails: "5.0"
|
||||
- ruby: truffleruby
|
||||
rails: "5.1"
|
||||
- ruby: truffleruby
|
||||
rails: "5.2"
|
||||
- ruby: "3.1"
|
||||
rails: "5.0"
|
||||
- ruby: "3.1"
|
||||
|
|
Loading…
Reference in a new issue