Skip to content

Commit

Permalink
Change php version to 8.2 for 7.3 shop recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Oct 21, 2024
1 parent 35fcf33 commit 840a456
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shop/b-7.3.x-apex-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ perl -pi\
-e 's#error_reporting = .*#error_reporting = E_ALL ^ E_WARNING ^ E_DEPRECATED#g;'\
containers/php/custom.ini

perl -pi\
-e 's#PHP_VERSION=.*#PHP_VERSION=8.2#g;'\
.env

"${SCRIPT_PATH}/../parts/shared/prepare_shop_package.sh" -e"${edition}" -b"${branch}"
"${SCRIPT_PATH}/../parts/shared/require_twig_components.sh" -e"${edition}" -b"${branch}"

Expand Down

0 comments on commit 840a456

Please sign in to comment.