move to official php8.4 image for unit testing in CI

This commit is contained in:
Simon Wisselink
2024-12-23 01:34:55 +01:00
parent cf9de567c1
commit 295b7fb582

View File

@ -1,4 +1,4 @@
FROM php:8.4-rc-cli-bullseye
FROM php:8.4-cli-bullseye
## Basic utilities
RUN apt-get update -yqq && apt-get install -y curl apt-utils git zip unzip