Skip to content

Commit

Permalink
Re-add support for xmldiff on PHP 8.3 (mlocati#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos authored Oct 31, 2023
1 parent 582be29 commit 244407b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/supported-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci-test-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set -o nounset
# $2: the PHP version
shouldProcessPhpVersionForDistro() {
case "$2@$1" in
[email protected])
[email protected] | 8.3@buster)
return 1
;;
*)
Expand Down

0 comments on commit 244407b

Please sign in to comment.