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.
nanasess/setup-php@
shivammathur/setup-php
1 parent e22c6af commit 2c29a3bCopy full SHA for 2c29a3b
.github/workflows/php-lint-pr.yml
@@ -12,9 +12,11 @@ jobs:
12
fetch-depth: 0 # The blame will not work without this
13
14
# PHP 8 will throw PHP Fatal error: Uncaught TypeError: vsprintf(): Argument #2 ($values) must be of type array, string given in ...
15
- - uses: nanasess/setup-php@v4.1.0
+ - uses: shivammathur/setup-php@v2
16
with:
17
php-version: '7.4'
18
+ tools: composer:v2
19
+ coverage: none
20
21
- name: Install dependencies
22
run: composer install --dev --prefer-dist --no-progress --no-suggest
0 commit comments