Skip to content

Commit 7483dd3

Browse files
authored
feat: Package phpactor with composer (#189)
1 parent a7325fc commit 7483dd3

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
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:

.github/workflows/release.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,15 @@ jobs:
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

0 commit comments

Comments
 (0)