Skip to content

Commit ec14743

Browse files
authored
Update tests.yml
1 parent 47361b7 commit ec14743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v4
4141

4242
- name: Setup PHP
43-
uses: shivammathur/setup-php@v2
43+
uses: shivammathur/setup-php@master
4444
with:
4545
php-version: ${{ matrix.php }}
4646
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
@@ -54,4 +54,4 @@ jobs:
5454
5555
- name: Execute tests
5656
run: |
57-
vendor/bin/phpunit --coverage-clover=coverage.clover
57+
vendor/bin/phpunit --coverage-clover=coverage.clover

0 commit comments

Comments
 (0)