Skip to content

[type-declaration] Rename NarrowTooWideReturnType to NarrowWideUnionReturnTypeRector #636

[type-declaration] Rename NarrowTooWideReturnType to NarrowWideUnionReturnTypeRector

[type-declaration] Rename NarrowTooWideReturnType to NarrowWideUnionReturnTypeRector #636

Workflow file for this run

# see https://github.com/rectorphp/rector/issues/9416
name: PHPUnit and PHPStan Compat Test
on:
push:
branches:
- main
pull_request: null
jobs:
compate_test:
runs-on: ubuntu-latest
steps:
-
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
coverage: none
- run: composer create-project "rector/rector-compat-tests:dev-main" .
- run: vendor/bin/phpunit tests/PHPStan
- run: vendor/bin/phpunit tests/Rector
- run: vendor/bin/phpunit tests
- run: vendor/bin/phpunit