diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index ac5977e..d255455 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -19,13 +19,6 @@ jobs: fail-fast: false matrix: include: - - php-version: '7.2' - lint: false - dependency-versions: 'lowest' - tools: 'composer:v1' - env: - SYMFONY_DEPRECATIONS_HELPER: disabled - - php-version: '8.2' lint: true dependency-versions: 'highest'