Skip to content

Commit c34a2bf

Browse files
authored
Merge pull request #16760 from niden-code/5.0.x
Fixing GA runs
2 parents 1842823 + 6a70be9 commit c34a2bf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
Write-Output "SESSION_SAVE_PATH=$SessionSavePath" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
131131
132132
- name: Setup PHP
133-
uses: shivammathur/setup-php@v2
133+
uses: shivammathur/setup-php@2.32.0
134134
with:
135135
php-version: ${{ matrix.php }}
136136
extensions: ${{ env.EXTENSIONS }}
@@ -281,7 +281,7 @@ jobs:
281281
- uses: actions/checkout@v4
282282

283283
- name: Setup PHP
284-
uses: shivammathur/setup-php@v2
284+
uses: shivammathur/setup-php@2.32.0
285285
with:
286286
php-version: ${{ matrix.php }}
287287
extensions: ${{ env.EXTENSIONS }}

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)