Skip to content

Commit 19c72d4

Browse files
Merge branch '8.5' into 9.6
2 parents 19cadf7 + 77db0a9 commit 19c72d4

File tree

2 files changed

+4
-28
lines changed

2 files changed

+4
-28
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
6868
PHP_EXTENSIONS: none, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
6969
PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
7070

71-
continue-on-error: ${{ matrix.experimental }}
72-
7371
strategy:
7472
fail-fast: false
7573
matrix:
@@ -83,18 +81,7 @@ jobs:
8381
- "8.0"
8482
- "8.1"
8583
- "8.2"
86-
87-
experimental:
88-
- false
89-
90-
include:
91-
- os: ubuntu-latest
92-
php-version: "8.3"
93-
experimental: true
94-
95-
- os: windows-latest
96-
php-version: "8.3"
97-
experimental: true
84+
- "8.3"
9885

9986
steps:
10087
- name: Configure git to avoid issues with line endings
@@ -130,8 +117,6 @@ jobs:
130117
PHP_EXTENSIONS: none, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
131118
PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
132119

133-
continue-on-error: ${{ matrix.experimental }}
134-
135120
strategy:
136121
fail-fast: false
137122
matrix:
@@ -145,18 +130,7 @@ jobs:
145130
- "8.0"
146131
- "8.1"
147132
- "8.2"
148-
149-
experimental:
150-
- false
151-
152-
include:
153-
- os: ubuntu-latest
154-
php-version: "8.3"
155-
experimental: true
156-
157-
- os: windows-latest
158-
php-version: "8.3"
159-
experimental: true
133+
- "8.3"
160134

161135
steps:
162136
- name: Configure git to avoid issues with line endings

tests/end-to-end/regression/1348.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
https://github.com/sebastianbergmann/phpunit/issues/1348
3+
--XFAIL--
4+
https://github.com/sebastianbergmann/phpunit/issues/5356
35
--SKIPIF--
46
<?php declare(strict_types=1);
57
if (defined('HHVM_VERSION') || defined('PHPDBG_VERSION')) {

0 commit comments

Comments
 (0)