File tree Expand file tree Collapse file tree 3 files changed +156
-193
lines changed
Expand file tree Collapse file tree 3 files changed +156
-193
lines changed Original file line number Diff line number Diff line change 3030 - name : Ensure that dependencies can be installed
3131 run : composer install --no-ansi --dry-run
3232
33- coding-guidelines :
34- name : Coding Guidelines
35-
36- needs :
37- - dependency-validation
38-
39- runs-on : ubuntu-latest
40-
41- steps :
42- - name : Checkout
43- uses : actions/checkout@v4
44-
45- - name : Install PHP
46- uses : shivammathur/setup-php@v2
47- with :
48- php-version : 8.4
49- extensions : mbstring
50- coverage : none
51- tools : none
52-
53- - name : Install dependencies with Composer
54- run : composer install --no-ansi
55-
56- # phpcs is not php8.4 compatible for now.
57- # - name: Run PHP-CS-Fixer
58- # run: vendor/bin/phpcs src
59-
6033 static-analysis :
6134 name : Static analysis
6235
Original file line number Diff line number Diff line change 1414 },
1515 "require-dev" : {
1616 "phpunit/phpunit" : " ^11.0" ,
17- "phpstan/phpstan" : " ^2.1" ,
18- "squizlabs/php_codesniffer" : " ^3.7"
17+ "phpstan/phpstan" : " ^2.1"
1918 },
2019 "autoload" : {
2120 "psr-4" : {
You can’t perform that action at this time.
0 commit comments