change fail behavior

This commit is contained in:
Shao Yu-Lung (Allen) 2021-03-17 15:43:57 +08:00
parent 69c4fc6f9b
commit 0de9e6d02e
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ jobs:
build-php:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php_version: ["7.2", "7.3", "7.4", "8.0"]
service: [php-fpm, php-worker, workspace, laravel-horizon]