From b7bba1f6ba6d0754df2970a130d00e816feda1c1 Mon Sep 17 00:00:00 2001 From: Prokyonn Date: Fri, 22 Sep 2023 01:45:54 +0200 Subject: [PATCH] Remove php 8.3 --- .github/workflows/test-application.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 838d8b70..2d19efd2 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -38,25 +38,19 @@ jobs: dependency-versions: 'highest' tools: 'composer:v2' env: - SYMFONY_DEPRECATIONS_HELPER: weak + SYMFONY_DEPRECATIONS_HELPER: disabled - php-version: '8.1' lint: true dependency-versions: 'highest' tools: 'composer:v2' env: - SYMFONY_DEPRECATIONS_HELPER: weak + SYMFONY_DEPRECATIONS_HELPER: disabled - php-version: '8.2' lint: true dependency-versions: 'highest' tools: 'composer:v2' env: SYMFONY_DEPRECATIONS_HELPER: weak - - php-version: '8.3' - lint: true - dependency-versions: 'highest' - tools: 'composer:v2' - env: - SYMFONY_DEPRECATIONS_HELPER: weak services: mysql: image: mysql:5.7