Skip to content

Commit

Permalink
use latest pimcore/pimcore:11.x-dev for testing PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Feb 12, 2024
1 parent 0cf369d commit d811cea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
docker run --rm pimcore-image sh -c '! php -m | grep xdebug'
docker run --rm pimcore-image test ! -f /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
fi
docker run --rm pimcore-image composer create-project pimcore/skeleton:11.x-dev pimcore --no-scripts
# we need to use --no-install and pimcore/pimcore:11.x-dev here in order to support PHP 8.3, can be rolled back as soon as pimcore/pimcore:11.2.0 was released
docker run --rm pimcore-image composer create-project pimcore/skeleton:11.x-dev pimcore --no-scripts --no-install
docker run --rm pimcore-image composer require -d pimcore pimcore/pimcore:11.x-dev
if [ "$imageVariant" != "min" ]; then
docker run -v "$(pwd)/.github/files":/var/www/html --rm pimcore-image php test_heif.php
Expand Down

0 comments on commit d811cea

Please sign in to comment.