Skip to content

Commit 4388088

Browse files
nikajorjikaCopilot
andauthored
Update .github/workflows/copilot-setup-steps.yml
Co-authored-by: Copilot <[email protected]>
1 parent c1f6302 commit 4388088

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@ jobs:
3131
- name: Install JavaScript dependencies
3232
run: npm ci
3333

34+
- name: Set up PHP
35+
uses: shivammathur/setup-php@v2
36+
with:
37+
php-version: '8.2'
3438
- name: Install composer dependencies
3539
run: composer install --prefer-dist --no-progress --no-suggest --no-interaction

0 commit comments

Comments
 (0)