From cf24373e0d49d7655cccef9cb38f0de80b2256a3 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Tue, 17 Dec 2024 13:34:00 +0100 Subject: [PATCH] do not test with php 8.0 since it is not supported by NC >= 30 Signed-off-by: Julien Veyssier --- .github/workflows/psalm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index f7f3f436..efc6a1f3 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -39,7 +39,7 @@ jobs: fail-fast: false matrix: ocp-version: [ 'dev-master' ] - php-version: [ '8.0', '8.1', '8.2', '8.3' ] + php-version: [ '8.1', '8.2', '8.3' ] name: Psalm check on PHP ${{ matrix.php-version }} and OCP ${{ matrix.ocp-version }}