From fc0727c440ceabe7b7d7de79f0354c8b223adecb Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Mon, 30 Oct 2023 23:12:05 +0100 Subject: [PATCH] Stop using buster for PHP 8.3 See https://github.com/docker-library/php/pull/1416 --- scripts/ci-test-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-test-extensions b/scripts/ci-test-extensions index 2f77687c..3484b257 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 ;; *)