We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acce76 commit a15be28Copy full SHA for a15be28
.github/workflows/ci.yml
@@ -56,6 +56,8 @@ jobs:
56
code-style-php:
57
name: Check PHP code style
58
runs-on: ubuntu-latest
59
+ container: joomlaprojects/docker-images:php8.4
60
+ needs: [composer]
61
strategy:
62
matrix:
63
command: ['php-cs-fixer fix -vvv --dry-run --diff', 'phpcs --extensions=php -p --standard=ruleset.xml .']
0 commit comments