We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2944625 commit da26b3fCopy full SHA for da26b3f
1 file changed
.github/workflows/code_samples.yaml
@@ -56,10 +56,12 @@ jobs:
56
dependency-versions: highest
57
58
- name: Run PHPStan analysis
59
+ continue-on-error: true
60
run: composer phpstan
61
62
- if: matrix.php == '8.4' # ibexa/rector supports PHP 8.3 and higher
63
name: Run Rector check
64
65
run: |
66
composer require --dev ibexa/rector:~4.6.x-dev
67
composer check-rector
0 commit comments