ci: use php:8.2-cli container for phpcs job
Lint / PHP (phpcs PSR-12) (push) Failing after 19s
Lint / JS (eslint) (push) Failing after 13s

This commit is contained in:
2026-04-13 20:41:03 -04:00
parent d38cc1bfbe
commit 46285b8abc
+1
View File
@@ -10,6 +10,7 @@ jobs:
php-lint: php-lint:
name: PHP (phpcs PSR-12) name: PHP (phpcs PSR-12)
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: php:8.2-cli
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3