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: ubuntu-latest
25 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
26 fail-fast: false
34 - 3306:3306
40 - 5432:5432
44 - 3128:3128
46 - name: Checkout
49 - name: Setup PHP
50 uses: shivammathur/setup-php@v2
52 php-version: ${{ matrix.php-versions }}
54 ini-values: pcre.jit=0
56 - name: Setup problem matchers
58 echo ::add-matcher::${{ runner.tool_cache }}/php.json
59 echo ::add-matcher::${{ runner.tool_cache }}/phpunit.json
61 - name: Setup PHPUnit
64 composer install --no-interaction --no-progress --no-suggest --prefer-dist
69 - name: Run PHPUnit