Lines Matching +full:- +full:- +full:prefer +full:- +full:dist
5 branches-ignore:
6 - stable
7 - old-stable
15 name: PHP ${{ matrix.php-versions }}
16 runs-on: windows-latest
21 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
22 fail-fast: false
25 - name: Checkout
28 - name: Setup PHP
29 uses: shivammathur/setup-php@v2
31 php-version: ${{ matrix.php-versions }}
34 - name: Setup problem matchers
36 echo "::add-matcher::${{ runner.tool_cache }}/php.json"
37 echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
39 - name: Setup PHPUnit
42 composer install --no-interaction --no-progress --no-suggest --prefer-dist
44 - name: Run PHPUnit