Skip to content

Commit 770d9a7

Browse files
committed
fix php setup
1 parent bb7102d commit 770d9a7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/phpunit-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Set up PHP
32-
uses: shivammathur/setup-php@v2
32+
uses: codesnippetspro/setup-php@v2
3333
with:
3434
php-version: ${{ inputs.php-version }}
35-
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, mysql, mysqli, pdo_mysql
36-
coverage: none
3735

3836
- name: Compute dependency hash
3937
id: deps-hash

0 commit comments

Comments
 (0)