Skip to content

Commit

Permalink
Exclude railsmaster/ruby3 from rspec workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTsepelev committed Jan 1, 2024
1 parent 7255fd8 commit e02fc52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
allow_failures:
- false

exclude:
- ruby: '3.0'
gemfile: gemfiles/railsmaster.gemfile

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit e02fc52

Please sign in to comment.