Merge pull request #1891 from shaarli/github-actions-no-fail-fast

tools/github actions: do not cancel all PHP jobs when a single one fails
This commit is contained in:
nodiscc 2022-09-24 16:10:01 +00:00 committed by GitHub
commit 288b25ae61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ jobs:
php:
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
name: PHP ${{ matrix.php-versions }}