From 3ca454acd66f6b7700ada247cf345fe341afaa8c Mon Sep 17 00:00:00 2001 From: Jan <56178675+JE4GLE@users.noreply.github.com> Date: Fri, 31 May 2024 11:54:51 +0200 Subject: [PATCH] Update ci.yaml from Review --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 898daff..bdbea8a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,9 +16,11 @@ jobs: matrix: symfony-version: - '^5.4' + - '^7.0' php-version: - '7.2.5' - '7.4' + - '8.2' dependencies: - "lowest" - "highest"