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 22
22
run : npm run prettier-check
23
23
- name : Lint
24
24
run : npm run eslint
25
- - name : Download Phpactor
26
- run : npm run download-phpactor
25
+ # - name: Download Phpactor
26
+ # run: npm run download-phpactor
27
27
- name : Setup PHP
28
28
uses : shivammathur/setup-php@v2
29
29
with :
Original file line number Diff line number Diff line change 15
15
with :
16
16
node-version : ' v20.18.0'
17
17
- 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
20
27
- run : npm run compile
21
28
- run : mkdir artifacts
22
29
- name : Package
You can’t perform that action at this time.
0 commit comments