We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af3255 commit 7c775a8Copy full SHA for 7c775a8
.github/workflows/4x.yml
@@ -104,6 +104,11 @@ jobs:
104
uses: actions/download-artifact@v4
105
with:
106
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
112
- name: Install Composer Dependencies
113
run: composer install --no-interaction --prefer-dist
114
- name: Setup tmate session
0 commit comments