[PECL-CVS] [pecl-encryption-mcrypt] make-workflows-work: See which ones would work
[email protected] (Derick Rethans)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr)
Date: 2025-08-05T09:59:40+01:00
Commit: https://github.com/php/pecl-encryption-mcrypt/commit/bd4bb01832b3acb9666892f0bb88a11ce12d6382
Raw diff: https://github.com/php/pecl-encryption-mcrypt/commit/bd4bb01832b3acb9666892f0bb88a11ce12d6382.diff
See which ones would work
Changed paths:
M .github/workflows/build.yml
Diff:
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cf6e52d..90d0070 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -29,6 +29,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: "Windows"
strategy:
+ fail-fast: false
matrix: ${{fromJson(needs.get-extension-matrix.outputs.matrix)}}
steps:
- name: Checkout