Skip to content

Commit

Permalink
Remove continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
uuf6429 committed Jun 14, 2023
1 parent c5496ca commit cc7683f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
tests:
name: Tests
runs-on: ubuntu-latest
# We cannot trigger events in old chrome, so we allow the run to fail
continue-on-error: ${{ matrix.browser == 'chrome' && matrix.selenium == '2.53.1' }}
strategy:
matrix:
php: [ '7.4', '8.0', '8.1', '8.2' ]
Expand Down

0 comments on commit cc7683f

Please sign in to comment.