change fail behavior
This commit is contained in:
parent
69c4fc6f9b
commit
0de9e6d02e
|
@ -12,6 +12,7 @@ jobs:
|
||||||
build-php:
|
build-php:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php_version: ["7.2", "7.3", "7.4", "8.0"]
|
php_version: ["7.2", "7.3", "7.4", "8.0"]
|
||||||
service: [php-fpm, php-worker, workspace, laravel-horizon]
|
service: [php-fpm, php-worker, workspace, laravel-horizon]
|
||||||
|
|
Loading…
Reference in New Issue