From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Tue, 17 Dec 2024 11:31:30 +0100
Subject: Drop test failing with PHP 8.4

Bug-Debian: https://bugs.debian.org/1089781
---
 ...lerThatTriggersDefaultHandlerShouldTerminateProgramForUnhandled.phpt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/FunctionSetRejectionHandlerThatTriggersDefaultHandlerShouldTerminateProgramForUnhandled.phpt b/tests/FunctionSetRejectionHandlerThatTriggersDefaultHandlerShouldTerminateProgramForUnhandled.phpt
index 14b5c7c..abf2bb5 100644
--- a/tests/FunctionSetRejectionHandlerThatTriggersDefaultHandlerShouldTerminateProgramForUnhandled.phpt
+++ b/tests/FunctionSetRejectionHandlerThatTriggersDefaultHandlerShouldTerminateProgramForUnhandled.phpt
@@ -1,5 +1,7 @@
 --TEST--
 The callback given to set_rejection_handler() may trigger a fatal error for unhandled rejection
+--SKIPIF--
+<?php if (PHP_VERSION_ID >= 80400) die("Skipped: PHP 8.3 at most."); ?>
 --INI--
 # suppress legacy PHPUnit 7 warning for Xdebug 3
 xdebug.default_enable=
