Skip to content

Commit 7c775a8

Browse files
Update dependencies for PHP 7.4 if necessary
1 parent 9af3255 commit 7c775a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/4x.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ jobs:
104104
uses: actions/download-artifact@v4
105105
with:
106106
name: terminus-phar
107+
- name: Adjust dependencies for PHP 7.4, if necessary
108+
if: ${{ matrix.php-versions == '7.4' }}
109+
run: |
110+
composer config platform.php 7.4.28
111+
composer update
107112
- name: Install Composer Dependencies
108113
run: composer install --no-interaction --prefer-dist
109114
- name: Setup tmate session

0 commit comments

Comments
 (0)