Do not allow unit tests to fail

This commit is contained in:
Alejandro Celaya 2021-01-23 06:16:04 +01:00
parent a61235a5d1
commit 80012b8ee8

View file

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