Skip to content

Commit

Permalink
CI: Exclude TruffleRuby on Rails 5.0, 5.1, and 5.2 (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin authored Sep 27, 2022
1 parent e49e728 commit ec71611
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ec71611

Please sign in to comment.