Skip to content

Commit 671918b

Browse files
authored
Merge pull request #6 from rectorphp/tv-next
update to php-parser 5.6
2 parents 269f273 + b01c17e commit 671918b

File tree

18 files changed

+276
-342
lines changed

18 files changed

+276
-342
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515

1616
-
1717
name: 'Bare Run'
18-
run: bin/console
18+
run: php bin/dump-nodes.php
1919

2020
-
2121
name: 'ECS'
22-
run: composer check-cs
22+
run: vendor/bin/ecs
2323

2424
-
2525
name: 'PHPStan'
26-
run: composer phpstan
26+
run: vendor/bin/phpstan
2727

2828
name: ${{ matrix.actions.name }}
2929
runs-on: ubuntu-latest
@@ -34,7 +34,7 @@ jobs:
3434
-
3535
uses: shivammathur/setup-php@v2
3636
with:
37-
php-version: 8.1
37+
php-version: 8.3
3838
coverage: none
3939

4040
- uses: "ramsey/composer-install@v1"

0 commit comments

Comments
 (0)