Skip to content

Commit

Permalink
Do not run specs agains TruffleRuby and Rails 5.x (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Oct 9, 2023
1 parent 12202b6 commit cd5b59b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ jobs:
gemfile: gemfiles/rails_4_1.gemfile
- ruby: truffleruby-head
gemfile: gemfiles/rails_4_2.gemfile
- ruby: truffleruby-head
gemfile: gemfiles/rails_5_0.gemfile
- ruby: truffleruby-head
gemfile: gemfiles/rails_5_1.gemfile
- ruby: truffleruby-head
gemfile: gemfiles/rails_5_2.gemfile
env:
Rails: ${{ matrix.rails }}
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down

0 comments on commit cd5b59b

Please sign in to comment.