Skip to content

Commit

Permalink
disable other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pftg committed Dec 21, 2023
1 parent c33d2c3 commit 56888a4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,16 @@ jobs:
matrix:
name: Test Integration Rails & Ruby
if: true || github.ref == 'refs/heads/master' || github.event_name == 'workflow_dispatch' ||
github.event.pull_request.requested_reviewers.length > 0
github.event.pull_request.requested_reviewers.length > 0 # TODO: revert
needs: [ test ]
runs-on: ubuntu-latest
timeout-minutes: 8
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
ruby-version: [ 3.2, 3.1, 3.0, jruby ]
ruby-version: [ 3.3.0-rc1 ] # TODO: revert
gemfile:
- rails71_gems.rb
- rails70_gems.rb
- rails61_gems.rb
- rails71_gems.rb # TODO: revert
experimental: [ false ]
exclude:
# We already tested last version
Expand Down

0 comments on commit 56888a4

Please sign in to comment.