For debugging disable fast failing of phpunit tests

This commit is contained in:
Jan Böhmer 2024-06-10 22:58:54 +02:00
parent 0b53542716
commit 8266f230d7

View file

@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
php-versions: [ '8.1', '8.2', '8.3' ]
db-type: [ 'mysql', 'sqlite', 'postgres' ]