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 e7e3d1d commit b16578dCopy full SHA for b16578d
.github/workflows/lint.yml
@@ -28,6 +28,10 @@ jobs:
28
- name: Lint with php-cs-fixer
29
run: vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
30
31
+ - run: ldd /usr/bin/php8.4
32
+ - run: ldconfig -v
33
+ - run: ls /usr/lib/x86_64-linux-gnu/libxml2.so.2
34
+
35
- name: Lint with phpcs
36
run: vendor/bin/phpcs --standard=.phpcs-ruleset.xml src/
37
0 commit comments