Skip to content

Commit 2c29a3b

Browse files
committed
Tooling: Updated nanasess/setup-php@ to shivammathur/setup-php.
1 parent e22c6af commit 2c29a3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/php-lint-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
fetch-depth: 0 # The blame will not work without this
1313

1414
# 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
15+
- uses: shivammathur/setup-php@v2
1616
with:
1717
php-version: '7.4'
18+
tools: composer:v2
19+
coverage: none
1820

1921
- name: Install dependencies
2022
run: composer install --dev --prefer-dist --no-progress --no-suggest

0 commit comments

Comments
 (0)