From 1f349eaebdad6e84e32fa32c3511e5a6d3c92110 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 5 Jul 2024 20:48:54 +0200 Subject: [PATCH] Disable PHP7.0 in the CI It's not shipped anymore on Debian stable. --- .github/workflows/builds.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 5125436f..7578bbee 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -19,7 +19,6 @@ jobs: - php:7.3 - php:7.2 - php:7.1 - - php:7.0 container: ${{ matrix.container }} steps: - name: Checkout code