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