Skip to content

Commit e1974df

Browse files
committed
github actions failing on php 8.0 due to Xdebug v3.4.3 issue -> add continue-on-error
1 parent 04fd50a commit e1974df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
composer install --prefer-dist --no-progress
4949
- name: Unit test
5050
run: composer run test
51+
continue-on-error: ${{ matrix.php-version == '8.0' }}
5152
- name: Publish code coverage
5253
if: ${{ matrix.php-version == '8.2' && github.ref_name == 'master' }}
5354
uses: paambaati/codeclimate-action@v8.0.0

0 commit comments

Comments
 (0)