Skip to content

Commit

Permalink
Update dependencies for PHP 7.4 if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Dec 18, 2024
1 parent 9af3255 commit 7c775a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/4x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ jobs:
uses: actions/download-artifact@v4
with:
name: terminus-phar
- name: Adjust dependencies for PHP 7.4, if necessary
if: ${{ matrix.php-versions == '7.4' }}
run: |
composer config platform.php 7.4.28
composer update
- name: Install Composer Dependencies
run: composer install --no-interaction --prefer-dist
- name: Setup tmate session
Expand Down

0 comments on commit 7c775a8

Please sign in to comment.