Skip to content

Commit fab8ce7

Browse files
committed
Update renovate to update composer.
1 parent 37d84aa commit fab8ce7

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,11 @@ jobs:
2424
run: npm run eslint
2525
- name: Download Phpactor
2626
run: npm run download-phpactor
27+
- name: Setup PHP
28+
uses: shivammathur/setup-php@v2
29+
with:
30+
php-version: '8.3'
31+
tools: composer
32+
- name: Composer Install
33+
run: composer install --prefer-dist --no-interaction --optimize-autoloader --no-dev
2734
- run: xvfb-run -a npm test

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"prefer-stable": true,
33
"minimum-stability": "dev",
44
"require": {
5-
"phpactor/phpactor": "*"
5+
"phpactor/phpactor": "2025.02.21.0"
66
}
77
}

composer.lock

Lines changed: 22 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)