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'