No longer let pipelines pass on error with PHP 8.2

This commit is contained in:
Alejandro Celaya
2022-10-23 11:00:50 +02:00
parent 0d6155e8bc
commit 5ceb6fb740
4 changed files with 0 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
php-version: ['8.1', '8.2']
continue-on-error: ${{ matrix.php-version == '8.2' }}
env:
LC_ALL: C
steps: