diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 28ad307..9086ec1 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -10,6 +10,7 @@ jobs: php-lint: name: PHP (phpcs PSR-12) runs-on: ubuntu-latest + container: php:8.2-cli steps: - uses: actions/checkout@v3