Skip to content

Commit bf5943c

Browse files
Update PHP setup action to specific version
1 parent 8addb2e commit bf5943c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Setup PHP
29-
uses: shivammathur/setup-php@v2
29+
# uses: shivammathur/setup-php@v2
30+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1
3031
with:
3132
php-version: ${{ matrix.php-version }}
3233
extensions: mbstring, xml, ctype, json

0 commit comments

Comments
 (0)