diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6b74226f5..d5d66ae21 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -54,11 +54,21 @@ jobs: stability: "stable" php-version: "8.4" - # Test LTS + # Test legacy LTS - symfony-require: "6.4.*" dependencies: "highest" php-version: "8.4" + # Test LTS + - symfony-require: "7.4.*" + dependencies: "highest" + php-version: "8.4" + + # Test non-LTS + - symfony-require: "8.0.*" + dependencies: "highest" + php-version: "8.4" + # DBAL only without ORM - php-version: "8.4" dependencies: "highest"