From 19bcc30dc725b19228c71a727ec20768b71a3df0 Mon Sep 17 00:00:00 2001 From: Oleg Andreyev Date: Tue, 23 Jul 2024 13:26:52 +0300 Subject: [PATCH] allow to install ruflin/elastica 8.x --- .github/workflows/continuous-integration.yaml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",