Lines Matching +full:fail +full:- +full:fast
5 - master
8 - master
11 name: PHP ${{ matrix.php-versions }}
13 fail-fast: false
15 operating-system: [ubuntu-latest]
16 php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
17 runs-on: ${{ matrix.operating-system }}
19 - name: Checkout
21 - name: Setup PHP
22 uses: shivammathur/setup-php@v2
24 php-version: ${{ matrix.php-versions }}
25 - name: Install Dependencies
27 composer update --no-progress --no-suggest --prefer-stable --optimize-autoloader
28 - name: Test
30 if [ 1 -eq "$(echo "${{ matrix.php-versions }} < 8.1" | bc)" ]; then
31 vendor/bin/phpunit --configuration phpunit.7.5.xml