Skip to content

Commit

Permalink
Hotpatch setup PHP action
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 6, 2023
1 parent 0ed281d commit 8c77ac8
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
coverage: xdebug
extensions:
fileinfo
:php-psr

- uses: actions/checkout@v3

Expand Down Expand Up @@ -58,7 +59,9 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: fileinfo
extensions:
fileinfo
:php-psr

- uses: actions/checkout@v3

Expand Down Expand Up @@ -134,7 +137,9 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: fileinfo
extensions:
fileinfo
:php-psr

- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -208,7 +213,9 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
extensions: fileinfo
extensions:
fileinfo
:php-psr

- uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -236,7 +243,9 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
extensions: fileinfo
extensions:
fileinfo
:php-psr

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 8c77ac8

Please sign in to comment.