File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 88 fail-fast : false
99 matrix :
1010 php-versions :
11- - ' 5.3'
12- # - '5.4'
13- # - '5.5'
11+ - ' 5.4'
12+ - ' 5.5'
1413 - ' 5.6'
15- # - '7.0'
16- # - '7.1'
17- # - '7.2'
18- # - '7.3'
14+ - ' 7.0'
15+ - ' 7.1'
16+ - ' 7.2'
17+ - ' 7.3'
1918 - ' 7.4'
20- # include:
21- # - php-versions: '8.0'
22- # composer-flags: '--ignore-platform-reqs'
19+ include :
20+ - php-versions : ' 5.3'
21+ composer-flags : ' --prefer-lowest'
22+ - php-versions : ' 8.0'
23+ composer-flags : ' --ignore-platform-reqs'
2324 steps :
2425 - name : Checkout
2526 uses : actions/checkout@v2
3839 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
3940 restore-keys : ${{ runner.os }}-composer-
4041 - name : Install Composer dependencies
41- run : composer install -n --prefer-dist ${{ matrix.composer-flags }}
42+ run : composer update -n --prefer-dist ${{ matrix.composer-flags }}
4243 - name : Run Tests
4344 run : vendor/bin/simple-phpunit
4445# - name: Upload coverage to Codecov
You can’t perform that action at this time.
0 commit comments