File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2020 - " 7.2"
2121 - " 7.3"
2222 - " 7.4"
23+ - " 8.0"
2324 os :
2425 - ubuntu-latest
2526 - windows-latest
3839 tools : composer:${{ matrix.composer }}
3940
4041 - name : " Install dependencies"
41- run : " composer install --no-interaction --no-progress --prefer-dist"
42+ if : " matrix.php-version != '8.0'"
43+ run : " composer update --no-interaction --no-progress --prefer-dist"
44+
45+ - name : " Install dependencies ignoring PHP requirement"
46+ if : " matrix.php-version == '8.0'"
47+ run : " composer update --no-interaction --no-progress --prefer-dist --ignore-platform-req=php"
4248
4349 - name : " Run tests"
4450 run : " php vendor/bin/simple-phpunit --colors=always --testdox"
Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "php" : " ^ 7.1.3" ,
12+ "php" : " >= 7.1.3" ,
1313 "squizlabs/php_codesniffer" : " ^3.2.3"
1414 },
1515 "require-dev" : {
You can’t perform that action at this time.
0 commit comments