From 386717176f50eb9c3c826c10386dd178f791c3dc Mon Sep 17 00:00:00 2001 From: Oliver Kossin Date: Wed, 29 May 2024 06:45:36 +0200 Subject: [PATCH] remove 7.3 pipeline --- .github/workflows/test-application.yaml | 7 ------- 1 file changed, 7 deletions(-) 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'