Skip to content

Commit 5d3b6f7

Browse files
committed
Fix behat unstable version
1 parent cbb07e7 commit 5d3b6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
name: Nightly - PHP ${{ matrix.php-version }} & Symfony ${{ matrix.symfony-version }}
165165
runs-on: ubuntu-latest
166166
env:
167-
COMPOSER_OPTIONS: '--optimize-autoloader --ignore-platform-req=php+'
167+
COMPOSER_OPTIONS: '--optimize-autoloader --prefer-dist --ignore-platform-req=php+'
168168
continue-on-error: true
169169
needs: [ static-checks, tests ]
170170
strategy:

0 commit comments

Comments
 (0)