Skip to content

Commit cf9c8ef

Browse files
kislayrajCopilot
andcommitted
ci: add fail-fast:false and Windows continue-on-error
Windows MSVC build via phpize requires PHP SDK env setup (Phase 3 work). Mark as continue-on-error so Linux/macOS are the required gates. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 714232d commit cf9c8ef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
linux:
1111
runs-on: ubuntu-latest
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
php-version: ['8.2', '8.3', '8.4']
1516

@@ -39,7 +40,9 @@ jobs:
3940

4041
windows:
4142
runs-on: windows-latest
43+
continue-on-error: true
4244
strategy:
45+
fail-fast: false
4346
matrix:
4447
php-version: ['8.2', '8.3']
4548
steps:

0 commit comments

Comments
 (0)