images/actions/php/Dockerfile aktualisiert
All checks were successful
CI / build_act (push) Successful in 2m43s
CI / build_php (8.2) (push) Successful in 1m39s
CI / build_php (8.1) (push) Successful in 1m48s

This commit is contained in:
Snoweuph 2024-04-22 21:22:57 +00:00
parent 1a6a9aef1e
commit 16a0044cf3

View file

@ -13,4 +13,4 @@ RUN \
sudo zypper -n addlock "php${major_version} < ${PACKAGE_VERSION}"; \ sudo zypper -n addlock "php${major_version} < ${PACKAGE_VERSION}"; \
version_upper_bound="${major_version}.$((minor_version + 1))" && \ version_upper_bound="${major_version}.$((minor_version + 1))" && \
sudo zypper -n addlock "php${major_version} >= ${version_upper_bound}" && \ sudo zypper -n addlock "php${major_version} >= ${version_upper_bound}" && \
sudo zypper -n install "php${major_version}" sudo zypper -n install "php${major_version}" composer