Skip to content

Commit d4459be

Browse files
committed
minor #20611 Use PHP 8.4 (OskarStark)
This PR was merged into the 6.4 branch. Discussion ---------- Use PHP 8.4 Commits ------- 827ea34 Use PHP 8.4
2 parents a8e3de1 + 827ea34 commit d4459be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626
- name: "Set-up PHP"
2727
uses: shivammathur/setup-php@v2
2828
with:
29-
php-version: 8.1
29+
php-version: 8.4
3030
coverage: none
31-
tools: "composer:v2"
3231

3332
- name: Get composer cache directory
3433
id: composercache
@@ -93,7 +92,7 @@ jobs:
9392
- name: Set-up PHP
9493
uses: shivammathur/setup-php@v2
9594
with:
96-
php-version: 8.1
95+
php-version: 8.4
9796
coverage: none
9897

9998
- name: Fetch branch from where the PR started

0 commit comments

Comments
 (0)