From f2828291abd4b2a620dd94715c349cdf370a7574 Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Wed, 13 Mar 2024 15:35:36 +1100 Subject: [PATCH] dont run workflows against 8.0 --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 8d84acaef..314c64a5c 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.1', '8.2', '8.3'] experimental: [false] composer_args: [""] include: @@ -138,5 +138,5 @@ jobs: needs: php with: matrix_extension: '["ast, json, grpc"]' - matrix_php_version: '["8.0", "8.1", "8.2", "8.3"]' + matrix_php_version: '["8.1", "8.2", "8.3"]' install_directory: '~/.test/.packages'