mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 12:14:36 +00:00
Allow in-progress jobs to continue when any matrix job fails
This commit is contained in:
@@ -11,6 +11,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
|
||||
fail-fast: false
|
||||
name: PHP ${{ matrix.php }}
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user