Skip to content

Commit

Permalink
added php 8.3 support (#35)
Browse files Browse the repository at this point in the history
* added php 8.3 support

* Update 01-setup-environment.sh
  • Loading branch information
fashxp authored Jun 25, 2024
1 parent fc1e0fe commit abc6626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/01-setup-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sudo rm -rf test-project/
docker run \
-u `id -u`:`id -g` --rm \
-v `pwd`:/var/www/html \
pimcore/pimcore:php8.2-latest \
pimcore/pimcore:php8.3-latest \
composer create-project pimcore/skeleton:~11.0.0 test-project

cd test-project/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Verified Pimcore Version",
"license": "GPL-3.0-or-later",
"require": {
"php": "~8.2.0"
"php": "~8.2.0 || ~8.3.0"
},
"conflict": {
"pimcore/asset-metadata-class-definitions": "<2.1 || > 2.1.99",
Expand Down

0 comments on commit abc6626

Please sign in to comment.