From 6fd47eff9d65b0157f887544703a695de87f3ae6 Mon Sep 17 00:00:00 2001 From: Exter-N Date: Sat, 2 Aug 2025 11:02:13 +0200 Subject: [PATCH] Enhancement: Upgrade to PHP 8.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0919389..e086df5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3-alpine +FROM php:8.4-alpine LABEL "com.github.actions.name"="OSKAR-PHP-CS-Fixer" LABEL "com.github.actions.description"="check php files"