From 09e0eaded474eec77ec8faa93da5461ec769fa80 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 5 Jan 2021 18:24:47 +0100 Subject: Fix the previous commit --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e8e2e5..90cfd00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,9 +43,11 @@ testsuite:php8.0: extends: .php8 image: php:8.0 +## Operating system images + testsuite:debian: extends: .php7 image: debian:stable before_script: - apt update - - apt install -y --no-install-recommends php-dev + - apt install -y php-dev -- cgit v1.3