Skip to content

Commit e83cebe

Browse files
committed
🍏🚑 Fix composer failing on older PHP versions
1 parent 9e236ff commit e83cebe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2
20-
- uses: shivammathur/setup-php@2.9.0
20+
- uses: shivammathur/setup-php@v2
2121
with:
2222
php-version: ${{ matrix.php }}
23+
tools: composer:2.2
2324
- name: Install dependencies
2425
run: composer update --no-interaction --prefer-dist ${{ matrix.dependencies }}
2526
- name: Configure PHPUnit problem matchers

0 commit comments

Comments
 (0)