Skip to content

Commit 7df0392

Browse files
committed
php-qa.yml // add "continue-on-error" for php 7.4.
1 parent ad2bd55 commit 7df0392

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php-qa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@ 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 }}
5455
uses: inpsyde/reusable-workflows/.github/workflows/static-analysis-php.yml@main
5556
strategy:
5657
matrix:
5758
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
5859
include:
5960
- php: '7.4'
6061
composer: '--ignore-platform-req=php'
62+
experimental: true
6163
- php: '8.0'
6264
composer: '--ignore-platform-req=php'
6365
with:

0 commit comments

Comments
 (0)