From 244407bc8f96c4d5feba80f887af71803771498b Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:42:09 +0000 Subject: [PATCH] Re-add support for xmldiff on PHP 8.3 (#821) --- data/supported-extensions | 2 +- scripts/ci-test-extensions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/supported-extensions b/data/supported-extensions index d71d1c1..d86de02 100644 --- a/data/supported-extensions +++ b/data/supported-extensions @@ -128,7 +128,7 @@ xdebug 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 xdiff 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 xhprof 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 xlswriter 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 -xmldiff 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 +xmldiff 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 xmlrpc 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 xsl 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 yac 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 diff --git a/scripts/ci-test-extensions b/scripts/ci-test-extensions index 2f77687..bea1a54 100755 --- a/scripts/ci-test-extensions +++ b/scripts/ci-test-extensions @@ -23,7 +23,7 @@ set -o nounset # $2: the PHP version shouldProcessPhpVersionForDistro() { case "$2@$1" in - 8.1@alpine3.12) + 8.1@alpine3.12 | 8.3@buster) return 1 ;; *)