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 1cfe64f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
with:
php-version: "8.1"
coverage: xdebug
extensions:
fileinfo
extensions: fileinfo, :php-psr

- uses: actions/checkout@v3

Expand Down Expand Up @@ -58,7 +57,7 @@ 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 +133,7 @@ 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 +207,7 @@ 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 +235,7 @@ 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 1cfe64f

Please sign in to comment.