No longer allow errors on any step during CI

This commit is contained in:
Alejandro Celaya 2021-01-24 23:09:46 +01:00
parent 17eb6dc4ce
commit 741e8f625c

View File

@ -182,7 +182,6 @@ jobs:
api-tests:
runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.php-version == '8.0' }}
strategy:
matrix:
php-version: ['7.4', '8.0']