1
0
Fork 0
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:
Andrii Konchyn 2022-09-27 22:17:00 +03:00 committed by GitHub
parent e49e72821d
commit ec71611954
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"