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 9e236ff commit e83cebeCopy full SHA for e83cebe
.github/workflows/CI.yml
@@ -17,9 +17,10 @@ jobs:
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v2
20
- - uses: shivammathur/setup-php@2.9.0
+ - uses: shivammathur/setup-php@v2
21
with:
22
php-version: ${{ matrix.php }}
23
+ tools: composer:2.2
24
- name: Install dependencies
25
run: composer update --no-interaction --prefer-dist ${{ matrix.dependencies }}
26
- name: Configure PHPUnit problem matchers
0 commit comments