[DOC-CVS] [phd] master: removed the continue-on-error for PHP 8.5.
[email protected] (lacatoire via Gina Peter Banyard)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: lacatoire (lacatoire)
Committer: Gina Peter Banyard (Girgias)
Date: 2026-02-03T18:35:36Z
Commit: https://github.com/php/phd/commit/3572bd3dd25bbc5cc9f9fb0c35742163ab8435c5
Raw diff: https://github.com/php/phd/commit/3572bd3dd25bbc5cc9f9fb0c35742163ab8435c5.diff
removed the continue-on-error for PHP 8.5.
Changed paths:
M .github/workflows/ci.yml
Diff:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a15ee630..4025f1cc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,7 +5,6 @@ jobs:
strategy:
matrix:
version: ['8.1', '8.2', '8.3', '8.4', '8.5']
- continue-on-error: ${{ matrix.version == '8.5' }}
runs-on: ubuntu-latest
steps:
- name: Checkout PhD