diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index d93de225a..46453582e 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -47,6 +47,7 @@ jobs: - '7.0.*' elasticsearch: - '7.11.0' + - '8.14.0' dependencies: - 'highest' exclude: diff --git a/composer.json b/composer.json index 5c11fcb8a..c3c77de30 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "php": "^7.4 || ^8.1", "pagerfanta/pagerfanta": "^2.4 || ^3.0 || ^4.0", "psr/log": "^1.0 || ^2.0 || ^3.0", - "ruflin/elastica": "^7.1", + "ruflin/elastica": "^7.1 || ^8.0", "symfony/console": "^5.4 || ^6.4 || ^7.0", "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0", "symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0",