Skip to content

Commit

Permalink
🍏🚑 Fix composer failing on older PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bramus committed Jul 28, 2022
1 parent 9e236ff commit 6eaf7d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: shivammathur/[email protected]
with:
php-version: ${{ matrix.php }}
tools: composer:2.2
- name: Install dependencies
run: composer update --no-interaction --prefer-dist ${{ matrix.dependencies }}
- name: Configure PHPUnit problem matchers
Expand Down

0 comments on commit 6eaf7d3

Please sign in to comment.