Skip to content

Commit

Permalink
Drop support for PHP 8.0 on Alpine 3.12 (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Nov 28, 2024
1 parent bffe324 commit d973698
Showing 1 changed file with 1 addition and 1 deletion.
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] | 8.3@buster)
8.[email protected] | 8.[email protected] | 8.3@buster)
return 1
;;
*)
Expand Down

0 comments on commit d973698

Please sign in to comment.