Skip to content

Commit 1b2a0a1

Browse files
committed
fix(ci): set correct library version per job
1 parent b06a116 commit 1b2a0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ jobs:
848848
composer global require soyuka/pmu
849849
composer global config allow-plugins.soyuka/pmu true --no-interaction
850850
composer global link .
851-
composer require elasticsearch/elasticsearch "^8.4"
851+
composer require elasticsearch/elasticsearch "^8.4" -W
852852
- name: Clear test app cache
853853
run: tests/Fixtures/app/console cache:clear --ansi
854854
- name: Run Behat tests

0 commit comments

Comments
 (0)