From 70aae5917737e42f392edc00ceb7af35b7740eb8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 20 Mar 2022 18:35:31 +0100 Subject: Re-enable old php version in the CI --- .github/workflows/builds.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 706238d..7a7c9b6 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -15,6 +15,9 @@ jobs: - php:8.0 - php:7.4 - php:7.3 + - php:7.2 + - php:7.1 + - php:7.0 container: ${{ matrix.container }} steps: - name: Checkout code -- cgit v1.3