Skip to content

Commit 94e744c

Browse files
committed
Merge branch 'develop'
2 parents afafb66 + 7025a7d commit 94e744c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20-
- name: Setup PHP 8.2
20+
- name: Setup PHP 8.4
2121
uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: '8.2'
23+
php-version: '8.4'
2424

2525
- name: Validate composer.json and composer.lock
2626
run: composer validate --strict

0 commit comments

Comments
 (0)