Skip to content

Commit 8c0f6bf

Browse files
committed
🚒 hold back PHP 8.4 for a while longer
1 parent f514e43 commit 8c0f6bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- "8.1"
3131
- "8.2"
3232
- "8.3"
33-
- "8.4"
33+
# - "8.4"
3434

3535
env:
3636
PHAN_ALLOW_XDEBUG: 0
@@ -98,7 +98,7 @@ jobs:
9898
- "8.1"
9999
- "8.2"
100100
- "8.3"
101-
- "8.4"
101+
# - "8.4"
102102

103103
steps:
104104
- name: "Checkout"

0 commit comments

Comments
 (0)