diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 16f759ac..56568ef5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -112,7 +112,6 @@ jobs: strategy: matrix: php-version: - - 7.3 - 7.4 - 8.0 diff --git a/composer.json b/composer.json index 8bb76f17..eaca1109 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "nucleos/user-bundle": "^1.7", "symfony/config": "^4.4 || ^5.0", "symfony/dependency-injection": "^4.4 || ^5.0",