From e6967bfb2446be8700585e456c503796ca4edcf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alda=20Vigd=C3=ADs=20Skarph=C3=A9=C3=B0insd=C3=B3ttir?= Date: Wed, 20 Mar 2024 19:15:41 +0100 Subject: [PATCH] Adding support for PHP 8.0 for our CI process --- .github/workflows/ci.yml | 2 +- phpcs.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa78109..adaf927 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=10 strategy: matrix: - php-versions: ['8.2', '8.3', '8.4'] + php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4'] wp-versions: ['master', '6.4.3', '6.3.3', '6.2.4', '6.1.5'] env: DB_NAME: 'wp-test' diff --git a/phpcs.xml b/phpcs.xml index a28164e..659b5c2 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -11,7 +11,7 @@ - +