Skip to content

Commit 783a494

Browse files
authored
ci: test use php8.4 (#708)
2 parents 76c79d1 + a32e12e commit 783a494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# see https://github.com/shivammathur/setup-php
3232
uses: shivammathur/setup-php@v2
3333
with:
34-
php-version: "8.1"
34+
php-version: "8.4"
3535
tools: composer:v2
3636
- name: Install Depenencies
3737
run: composer install

0 commit comments

Comments
 (0)