We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fd50a commit e1974dfCopy full SHA for e1974df
1 file changed
.github/workflows/phpunit.yml
@@ -48,6 +48,7 @@ jobs:
48
composer install --prefer-dist --no-progress
49
- name: Unit test
50
run: composer run test
51
+ continue-on-error: ${{ matrix.php-version == '8.0' }}
52
- name: Publish code coverage
53
if: ${{ matrix.php-version == '8.2' && github.ref_name == 'master' }}
54
uses: paambaati/codeclimate-action@v8.0.0
0 commit comments