Update compile-web-panel.yml
This commit is contained in:
parent
b1d0373acf
commit
fe6adfbdd8
1 changed files with 5 additions and 0 deletions
5
.github/workflows/compile-web-panel.yml
vendored
5
.github/workflows/compile-web-panel.yml
vendored
|
@ -19,6 +19,11 @@ jobs:
|
|||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: 8.2
|
||||
|
||||
- name: Install Composer Dependencies
|
||||
working-directory: ./web
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue