Skip to content

Commit c7b1156

Browse files
Change PHP setup action to specific commit
Updated the PHP setup action to a specific commit hash for consistency. Signed-off-by: Max Barrett <34328348+MaximillianGroup@users.noreply.github.com>
1 parent bc0a780 commit c7b1156

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
steps:
1818
- name: Checkout Code
1919
uses: actions/checkout@v4
20-
2120
- name: Setup PHP
22-
uses: shivammathur/setup-php@v2
21+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f
22+
# uses: shivammathur/setup-php@2.37.0
2323
with:
2424
php-version: '8.2'
2525
extensions: mbstring, intl, json

0 commit comments

Comments
 (0)