Lines Matching +full:cancel +full:- +full:in +full:- +full:progress
5 branches-ignore:
6 - stable
7 - old-stable
11 group: ${{ github.workflow }}-${{ github.ref }}
12 cancel-in-progress: true
19 name: PHP ${{ matrix.php-versions }}
20 runs-on: windows-latest
25 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
26 fail-fast: false
29 - name: Checkout
32 - name: Setup PHP
33 uses: shivammathur/setup-php@v2
35 php-version: ${{ matrix.php-versions }}
38 - name: Setup problem matchers
40 echo "::add-matcher::${{ runner.tool_cache }}/php.json"
41 echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
43 - name: Setup PHPUnit
46 composer install --no-interaction --no-progress --no-suggest --prefer-dist
48 - name: Run PHPUnit