diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15782e9..a26919d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,6 +96,13 @@ jobs: - PHP_VERSION: 8.4 SYMFONY_VERSION: 7.1.* # Last 7.1.x version + - PHP_VERSION: 8.2 + SYMFONY_VERSION: 7.2.* # Last 7.2.x version + - PHP_VERSION: 8.3 + SYMFONY_VERSION: 7.2.* # Last 7.2.x version + - PHP_VERSION: 8.4 + SYMFONY_VERSION: 7.2.* # Last 7.2.x version + # Test the latest Symfony development version with the latest PHP version - PHP_VERSION: 8.4 SYMFONY_VERSION: 7.* # Last 7.x version