From adc2d9c8be53b37096dd86ba81fbb4bb2fc73ac6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 8 Oct 2023 08:28:11 +0200 Subject: [PATCH] Remove tests on non-supported PHP versions --- .github/workflows/ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9286b499b5b..f05627238c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - '3.x' + - '4.x' env: SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE: 1 @@ -23,11 +23,6 @@ jobs: strategy: matrix: php-version: - - '7.2.5' - - '7.3' - - '7.4' - - '8.0' - - '8.1' - '8.2' experimental: [false] @@ -69,11 +64,6 @@ jobs: strategy: matrix: php-version: - - '7.2.5' - - '7.3' - - '7.4' - - '8.0' - - '8.1' - '8.2' extension: - 'extra/cache-extra'