Skip to content

Commit 827ea34

Browse files
committed
Use PHP 8.4
1 parent a8e3de1 commit 827ea34

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
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)