Skip to content

Commit ff7fd67

Browse files
committed
update php version
1 parent 393b40e commit ff7fd67

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
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050
- uses: shivammathur/[email protected]
5151
with:
52-
php-version: 8.0
52+
php-version: 8.4
5353
extensions: xdebug
5454
- name: Validate composer.json and composer.lock
5555
run: composer validate && make tools
@@ -158,7 +158,7 @@ jobs:
158158
- uses: actions/checkout@v4
159159
- uses: shivammathur/[email protected]
160160
with:
161-
php-version: 8.0
161+
php-version: 8.4
162162
- name: Update examples
163163
env:
164164
GIT_BRANCH: ${{ github.head_ref || 'main' }}

0 commit comments

Comments
 (0)