Drop support for PHP 8.0 on Alpine 3.12 (#1023)

pull/1022/head
Michele Locati 2024-11-28 18:20:36 +01:00 committed by GitHub
parent bffe324b83
commit d9736989da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ set -o nounset
# $2: the PHP version
shouldProcessPhpVersionForDistro() {
case "$2@$1" in
8.1@alpine3.12 | 8.3@buster)
8.0@alpine3.12 | 8.1@alpine3.12 | 8.3@buster)
return 1
;;
*)