From 6ef410152e7e08855c1ae0e2bb6cceb7c87538bc Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Fri, 26 Jan 2024 21:08:23 +0100 Subject: [PATCH] ci --- .docker/php8.3.Dockerfile | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.docker/php8.3.Dockerfile b/.docker/php8.3.Dockerfile index c692764..ac0920d 100644 --- a/.docker/php8.3.Dockerfile +++ b/.docker/php8.3.Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3-cli +FROM php:8.3.2-cli RUN apt-get update && \ apt-get install -y unzip diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61c43a4..46f1f6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: strategy: matrix: - php: [ 8.3 ] - release: [ stable ] + php: [ 8.3 ] # TODO + release: [ stable ] # TODO include: - php: 8.3 release: stable