images/actions/php/Dockerfile aktualisiert
Some checks failed
CI / build_act (push) Successful in 2m40s
CI / build_php (8.1) (push) Failing after 2m4s
CI / build_php (8.2) (push) Failing after 2m12s
CI / build_java (17) (push) Successful in 1m55s
CI / build_java (1_8_0) (push) Successful in 2m35s
CI / build_java (21) (push) Successful in 1m54s

This commit is contained in:
Snoweuph 2024-04-25 16:57:00 +00:00
parent f3e15b325f
commit e4db3b6fb7

View file

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