|
52 | 52 | mysql -uroot -h127.0.0.1 -proot phpstan_dba < tests/schema.sql |
53 | 53 | |
54 | 54 | - run: vendor/bin/phpstan |
55 | | - |
56 | | - replay: |
57 | | - name: PHPStan (reflection replay) |
58 | | - runs-on: ubuntu-latest |
59 | | - |
60 | | - strategy: |
61 | | - fail-fast: false |
62 | | - matrix: |
63 | | - include: |
64 | | - - php-version: "8.1" |
65 | | - |
66 | | - steps: |
67 | | - - uses: actions/checkout@v2 |
68 | | - with: |
69 | | - repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }} |
70 | | - ref: ${{ github.event.client_payload.pull_request.head.ref }} |
71 | | - |
72 | | - - name: Setup PHP |
73 | | - id: setup-php |
74 | | - uses: shivammathur/setup-php@v2 |
75 | | - with: |
76 | | - php-version: "${{ matrix.php-version }}" |
77 | | - coverage: none |
78 | | - |
79 | | - - uses: "ramsey/composer-install@v2" |
80 | | - with: |
81 | | - composer-options: "--prefer-dist --no-progress --no-suggest" |
82 | | - |
83 | | - - run: vendor/bin/phpstan |
0 commit comments