Skip to content

Commit 142e1b3

Browse files
committed
revert 7df0392
1 parent 7df0392 commit 142e1b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/php-qa.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,13 @@ jobs:
5151

5252
static-code-analysis:
5353
if: ${{ (github.event_name != 'workflow_dispatch') || ((github.event.inputs.jobs == 'Run all') || (github.event.inputs.jobs == 'Run PHPStan only')) }}
54-
continue-on-error: ${{ matrix.experimental || false }}
5554
uses: inpsyde/reusable-workflows/.github/workflows/static-analysis-php.yml@main
5655
strategy:
5756
matrix:
5857
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
5958
include:
6059
- php: '7.4'
6160
composer: '--ignore-platform-req=php'
62-
experimental: true
6361
- php: '8.0'
6462
composer: '--ignore-platform-req=php'
6563
with:

0 commit comments

Comments
 (0)