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 e83cebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: shivammathur/setup-php@2.9.0
- uses: shivammathur/setup-php@v2
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 e83cebe

Please sign in to comment.