Skip to content

Commit 9cc325f

Browse files
committed
Add php8.5-xdebug (late arrival)
1 parent 7704f14 commit 9cc325f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

container.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ for PHP_MILESTONE in "${PHP_MILESTONES[@]}"; do
3030
"php$PHP_MILESTONE-zip"
3131
)
3232

33-
[ "$PHP_MILESTONE" == "8.5" ] \
34-
|| PHP_PACKAGES+=( "php$PHP_MILESTONE-xdebug" )
33+
PHP_PACKAGES+=( "php$PHP_MILESTONE-xdebug" )
34+
3535
[ "$PHP_MILESTONE" != "7.0" ] && [ "$PHP_MILESTONE" != "7.1" ] \
3636
|| PHP_PACKAGES+=( "php$PHP_MILESTONE-sodium" )
3737
done

0 commit comments

Comments
 (0)