Skip to content

Commit 3ab34e1

Browse files
The PHAR-specific tests are no longer expected to fail on PHP >= 8.1
1 parent d4f823e commit 3ab34e1

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -226,17 +226,8 @@ jobs:
226226
- "7.3"
227227
- "7.4"
228228
- "8.0"
229-
230-
experimental:
231-
- false
232-
233-
include:
234-
- php-version: "8.1"
235-
experimental: true
236-
- php-version: "8.2"
237-
experimental: true
238-
239-
continue-on-error: ${{ matrix.experimental }}
229+
- "8.1"
230+
- "8.2"
240231

241232
steps:
242233
- name: Checkout

0 commit comments

Comments
 (0)