|
15 | 15 | strategy:
|
16 | 16 | fail-fast: true
|
17 | 17 | matrix:
|
18 | | - php: [7.2, 7.3, 7.4, 8.0] # |
| 18 | + php: [7.3, 7.4, 8.0] # |
19 | 19 | os: [ubuntu-latest, macOS-latest] # windows-latest,
|
| 20 | + include: |
| 21 | + - os: 'ubuntu-latest' |
| 22 | + php: '7.2' |
| 23 | + phpunit: '8.5.13' |
20 | 24 |
|
21 | 25 | steps:
|
22 | 26 | - name: Checkout
|
|
37 | 41 | uses: shivammathur/setup-php@v2
|
38 | 42 | with:
|
39 | 43 | php-version: ${{ matrix.php}}
|
40 | | - tools: pecl, php-cs-fixer, phpunit |
| 44 | + tools: pecl, php-cs-fixer, phpunit:${{ matrix.phpunit }} |
41 | 45 | extensions: mbstring, dom, fileinfo, mysql, openssl, igbinary, redis # , swoole-4.4.19 #optional, setup extensions
|
42 | 46 | ini-values: post_max_size=56M, short_open_tag=On #optional, setup php.ini configuration
|
43 | 47 | coverage: none #optional, setup coverage driver: xdebug, none
|
|
0 commit comments