diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a1d8cc..2a86d91 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,7 @@ jobs: symfony-versions: - '6.4.*' - '7.0.*' + - '7.3.*' include: - description: 'Log Code Coverage' php: '8.3' diff --git a/composer.json b/composer.json index 1c7ca29..25cf59c 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "symfony/http-kernel": "^6.4 || ^7.0", "symfony/dependency-injection": "^6.4 || ^7.0", "symfony/config": "^6.4 || ^7.0", - "symfony/http-client": "^7.3" + "symfony/http-client": "^6.4 || ^7.0" }, "require-dev": { "phpstan/phpstan": "^1.10",