File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2222 run : npm run prettier-check
2323 - name : Lint
2424 run : npm run eslint
25- - name : Download Phpactor
26- run : npm run download-phpactor
25+ # - name: Download Phpactor
26+ # run: npm run download-phpactor
2727 - name : Setup PHP
2828 uses : shivammathur/setup-php@v2
2929 with :
Original file line number Diff line number Diff line change 1515 with :
1616 node-version : ' v20.18.0'
1717 - run : npm ci
18- - name : Download Phpactor
19- run : npm run download-phpactor
18+ # - name: Download Phpactor
19+ # run: npm run download-phpactor
20+ - name : Setup PHP
21+ uses : shivammathur/setup-php@v2
22+ with :
23+ php-version : ' 8.3'
24+ tools : composer
25+ - name : Composer Install
26+ run : composer install --prefer-dist --no-interaction --optimize-autoloader --no-dev
2027 - run : npm run compile
2128 - run : mkdir artifacts
2229 - name : Package
You can’t perform that action at this time.
0 commit comments