From 9023fb1a3ebc054edccef554ef6ee0d292bb8c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 13 Feb 2025 15:05:35 +0100 Subject: [PATCH] chore: Remove PHP 8.0 usages from CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .github/workflows/lint-php.yml | 2 +- .github/workflows/test-stable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index c3b68da3..a73b9950 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ '8.0', '8.1', '8.2', '8.3' ] + php-versions: [ '8.1', '8.2', '8.3', '8.4' ] name: php-lint diff --git a/.github/workflows/test-stable.yml b/.github/workflows/test-stable.yml index 29d2380d..78046fe4 100644 --- a/.github/workflows/test-stable.yml +++ b/.github/workflows/test-stable.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ["8.0", "8.1", "8.2"] + php-versions: ["8.1", "8.2"] nextcloud-versions: ["24", "25", "26"] exclude: - php-versions: "8.2"