ci: use php:8.2-cli container for phpcs job
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user