diff --git a/.github/workflows/compile-web-panel.yml b/.github/workflows/compile-web-panel.yml index 2b37904..24870b8 100644 --- a/.github/workflows/compile-web-panel.yml +++ b/.github/workflows/compile-web-panel.yml @@ -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: |