Skip to content

Commit 4236d50

Browse files
fix setup-php version
1 parent 080bc60 commit 4236d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prof_correctness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
submodules: true
2525

2626
- name: Setup PHP
27-
uses: shivammathur/setup-php@v2
27+
uses: shivammathur/setup-php@v2.32.0
2828
with:
2929
php-version: ${{ matrix.php-version }}
3030
extensions: ${{ matrix.extensions }}

0 commit comments

Comments
 (0)