File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 26
26
path : /tmp/composer-cache
27
27
key : ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
28
28
29
- - uses : php-actions/composer@v6
30
- with :
31
- progress : yes
32
- php_version : ' 8.3'
33
- version : 2
29
+ - name : Install dependencies
30
+ run : composer install
34
31
35
32
- name : " PHP-CS-Fixer"
36
33
run : vendor/bin/php-cs-fixer fix --dry-run
Original file line number Diff line number Diff line change 23
23
with :
24
24
path : /tmp/composer-cache
25
25
key : ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
26
- - uses : php-actions/composer@v6
27
- with :
28
- progress : yes
29
- php_version : ${{ matrix.php }}
30
- version : 2
26
+ - name : Install dependencies
27
+ run : composer install
31
28
- uses : php-actions/phpunit@v4
32
29
with :
33
30
configuration : phpunit.xml.dist
You can’t perform that action at this time.
0 commit comments