Skip to content

Commit

Permalink
Use another PHP setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtho committed Nov 25, 2023
1 parent 0d9a635 commit dbda244
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
- uses: actions/checkout@v4

- name: Setup PHP
uses: pmmp/setup-php[email protected]
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
install-path: "./bin"
pm-version-major: "5"
ini-values: phar.readonly=0
tools: composer
coverage: none

- uses: "ramsey/composer-install@v2"
with:
Expand Down

0 comments on commit dbda244

Please sign in to comment.