Skip to content

Commit 77c1b6c

Browse files
committed
CI: Force use of PHP 7.4 in automated tests building sequence
1 parent 291bbe2 commit 77c1b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
restore-keys: v1-${{ runner.os }}-composer-
7070

7171
- name: Install dependencies with composer
72-
run: composer install --prefer-dist --no-progress
72+
run: php7.4 /usr/local/bin/composer install --prefer-dist --no-progress
7373

7474
# - name: Install assets
7575
# run: php bin/console assets:install

0 commit comments

Comments
 (0)