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