From e2035c74c0fb81df56209503561bdea2144acaec Mon Sep 17 00:00:00 2001 From: Vincent Chalamon <407859+vincentchalamon@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:06:38 +0100 Subject: [PATCH] chore: support php 8.3 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b709a3..624e1ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,13 +27,14 @@ jobs: # Only PHP supported versions: https://www.php.net/supported-versions.php - '8.1' - '8.2' + - '8.3' symfony: # Only Symfony supported versions: https://symfony.com/releases # API Platform 3.* only supports Symfony >= 6.1 - '6.3.*' include: # Ensure the bundle is bootable - - php: '8.2' + - php: '8.3' symfony: '6.3.*' bootable: true quality: true