Skip to content

Commit b41580c

Browse files
authored
Disable 11.x-dev tests (#323)
1 parent 986b581 commit b41580c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ mkdir var/config
1313
cp .github/ci/files/extensions.template.php var/config/extensions.php
1414
cp .github/ci/files/.env ./
1515

16-
if [ ${DEPENDENCIES:-lowest} = "highest" ]; then
16+
: 'if [ ${DEPENDENCIES:-lowest} = "highest" ]; then
1717
composer require pimcore/pimcore:"11.x-dev as 10.99.99" --no-update
18-
fi
18+
fi'

0 commit comments

Comments
 (0)