Skip to content

Commit 1d199e1

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Use PHP 8.4
2 parents 6002c54 + d4459be commit 1d199e1

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.2
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.2
95+
php-version: 8.4
9796
coverage: none
9897

9998
- name: Fetch branch from where the PR started

0 commit comments

Comments
 (0)