From 5983e50bd03845c675abea5f00629b72a50db928 Mon Sep 17 00:00:00 2001 From: Thomas Flori <t.flori@sportradar.com> Date: Fri, 22 Sep 2023 12:56:38 +0200 Subject: [PATCH] fix pipeline --- .gitlab-ci.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb4a0a4..28ecda1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ phpunit: packagist: stage: publish needs: [phpunit] - image: alpine/3.18 + image: alpine:3.18 before_script: - apk add --no-cache curl script: diff --git a/composer.json b/composer.json index 787aeae..43d9082 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "bin-dir": "bin" }, "require": { - "php": "^7.1 || ^8.0", + "php": "^7.4 || ^8.0", "ext-mbstring": "*", "ext-json": "*", "tflori/riki-framework": "1.0.0-rc.8", -- GitLab