Skip to content

Commit 8bbc597

Browse files
Update workflow to use php-8.4
1 parent f52a334 commit 8bbc597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup PHP with PECL extension
2020
uses: shivammathur/setup-php@v2
2121
with:
22-
php-version: "8.3"
22+
php-version: "8.4"
2323
coverage: xdebug
2424

2525
- name: Validate composer.json and composer.lock

0 commit comments

Comments
 (0)