Skip to content

Commit 0730d51

Browse files
committed
fix github actions
1 parent b42a017 commit 0730d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ci/scripts/setup-pimcore-x-environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cp .github/ci/pimcore_x/files/.env ./
1818
# temp. until elasticsearch/elasticsearch 7.11 is released
1919
composer config minimum-stability "dev"
2020
composer config prefer-stable true
21-
composer require pimcore/pimcore:dev-master --no-update
21+
composer require pimcore/pimcore:10.x-dev --no-update
2222

2323
# move that to composer.json when only pimcore X
2424
composer require codeception/module-symfony:^1.6.0 --no-update

0 commit comments

Comments
 (0)