Update compile-web-panel.yml

This commit is contained in:
Bozhidar Slaveykov 2024-04-06 22:35:36 +03:00
parent b1d0373acf
commit fe6adfbdd8

View file

@ -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: |