From fe81f9b19c346a484e7ef4f9ae2a53801657bf39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bour?= Date: Tue, 5 Nov 2019 00:36:39 +0100 Subject: [PATCH] chore: decline to php 5.6 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5e8f707..6bdf3c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM php:7.3-cli +FROM php:5.6-cli -LABEL version="7.3" +LABEL version="5.6" LABEL repository="https://github.com/StephaneBour/actions-php-lint" LABEL homepage="https://github.com/StephaneBour/actions-php-lint" LABEL maintainer="Stéphane Bour "