There was an error while loading. Please reload this page.
1 parent 8addb2e commit 8b7df79Copy full SHA for 8b7df79
1 file changed
.github/workflows/tests.yml
@@ -26,7 +26,8 @@ jobs:
26
uses: actions/checkout@v4
27
28
- name: Setup PHP
29
- uses: shivammathur/setup-php@v2
+ # uses: shivammathur/setup-php@v2
30
+ uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1
31
with:
32
php-version: ${{ matrix.php-version }}
33
extensions: mbstring, xml, ctype, json
0 commit comments