Skip to content

Commit 1034aa8

Browse files
committed
ci: test use php8.4
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 5c0902a commit 1034aa8

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)