Skip to content

Commit c95392a

Browse files
committed
bump PHP used for platform sync to 8.4
1 parent b3a3708 commit c95392a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/platform-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- name: Install PHP and Composer
153153
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
154154
with:
155-
php-version: "8.2"
155+
php-version: "8.4"
156156
tools: "composer:2.8"
157157
- name: Install Dev Center generator dependencies
158158
run: |
@@ -342,7 +342,7 @@ jobs:
342342
- name: Install PHP and Composer
343343
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
344344
with:
345-
php-version: "8.2"
345+
php-version: "8.4"
346346
tools: "composer:2.8"
347347
- name: Install Dev Center generator dependencies
348348
run: |

0 commit comments

Comments
 (0)