Skip to content

Commit c556d1e

Browse files
committed
🔥 cautiously enabling PHP 8.4 for unit tests
1 parent fca7b54 commit c556d1e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
- "8.2"
2929
- "8.3"
3030

31-
env:
32-
PHAN_ALLOW_XDEBUG: 0
33-
PHAN_DISABLE_XDEBUG_WARN: 1
34-
3531
steps:
3632
- name: "Checkout"
3733
uses: actions/checkout@v4
@@ -68,6 +64,7 @@ jobs:
6864
php-version:
6965
- "8.2"
7066
- "8.3"
67+
- "8.4"
7168

7269
steps:
7370
- name: "Checkout"

0 commit comments

Comments
 (0)