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
(cherry picked from commit ec71611)
  • Loading branch information
andrykonchin authored and thoughtbot-summer committed Jul 22, 2023
1 parent b2abbed commit 91e7c1d
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 @@ -37,6 +37,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"

runs-on: 'ubuntu-latest'

Expand Down

0 comments on commit 91e7c1d

Please sign in to comment.