Skip to content

Commit a15be28

Browse files
authored
Update ci.yml
1 parent 2acce76 commit a15be28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
code-style-php:
5757
name: Check PHP code style
5858
runs-on: ubuntu-latest
59+
container: joomlaprojects/docker-images:php8.4
60+
needs: [composer]
5961
strategy:
6062
matrix:
6163
command: ['php-cs-fixer fix -vvv --dry-run --diff', 'phpcs --extensions=php -p --standard=ruleset.xml .']

0 commit comments

Comments
 (0)