Don't cancel others if one job fails

This commit is contained in:
2023-04-24 16:01:29 +03:00
parent 1b639811bd
commit ac05408331

View File

@@ -16,10 +16,12 @@ env:
IMAGE_NAME: ${{ github.repository }}
jobs:
build:
BuildAndRelease:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
fail-fast: false
matrix:
php: [php74, php80, php81, php82]