We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f6302 commit 4388088Copy full SHA for 4388088
.github/workflows/copilot-setup-steps.yml
@@ -31,5 +31,9 @@ jobs:
31
- name: Install JavaScript dependencies
32
run: npm ci
33
34
+ - name: Set up PHP
35
+ uses: shivammathur/setup-php@v2
36
+ with:
37
+ php-version: '8.2'
38
- name: Install composer dependencies
39
run: composer install --prefer-dist --no-progress --no-suggest --no-interaction
0 commit comments