From fbc26ee8d0dca24b3f5f1b53d6e99d01d6a89597 Mon Sep 17 00:00:00 2001 From: Prokyonn Date: Fri, 22 Sep 2023 01:10:43 +0200 Subject: [PATCH] Extend php version matrix --- .github/workflows/test-application.yaml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 366e09ea..838d8b70 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -39,7 +39,24 @@ jobs: tools: 'composer:v2' env: SYMFONY_DEPRECATIONS_HELPER: weak - + - php-version: '8.1' + lint: true + dependency-versions: 'highest' + tools: 'composer:v2' + env: + SYMFONY_DEPRECATIONS_HELPER: weak + - 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