Don't abort building Docker images when one variant fails (#5830)

This commit is contained in:
Matthias Pigulla 2021-03-13 11:29:44 +01:00 committed by GitHub
parent 0acc05cc6e
commit 5677e7caef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ jobs:
strategy:
matrix:
php-version: ['7.3', '7.4', '8.0']
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v2