Lines Matching +full:- +full:- +full:no +full:- +full:progress
5 branches-ignore:
6 - stable
7 - old-stable
15 name: PHP ${{ matrix.php-versions }}
16 runs-on: ubuntu-latest
21 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
22 fail-fast: false
30 - 3306:3306
36 - 5432:5432
40 - 3128:3128
42 - name: Checkout
45 - name: Setup PHP
46 uses: shivammathur/setup-php@v2
48 php-version: ${{ matrix.php-versions }}
50 ini-values: pcre.jit=0
52 - name: Setup problem matchers
54 echo ::add-matcher::${{ runner.tool_cache }}/php.json
55 echo ::add-matcher::${{ runner.tool_cache }}/phpunit.json
57 - name: Setup PHPUnit
60 composer install --no-interaction --no-progress --no-suggest --prefer-dist
65 - name: Run PHPUnit