diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ddc1836..1f74b28 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -8,13 +8,13 @@ jobs: build: runs-on: ubuntu-latest container: - image: php:8.2-cli-alpine + image: node:20-alpine steps: - uses: actions/checkout@v4 - - name: Install zip - run: apk add --no-cache zip + - name: Install PHP and zip + run: apk add --no-cache php82 zip - name: PHP syntax check run: |