File tree Expand file tree Collapse file tree 5 files changed +266
-180
lines changed Expand file tree Collapse file tree 5 files changed +266
-180
lines changed Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 php-version :
17- - " 7.3"
1817 - " 7.4"
1918 - " 8.0"
19+ - " 8.1"
2020 dependencies :
2121 - " lowest"
2222 - " highest"
4141 dependency-versions : " ${{ matrix.dependencies }}"
4242 composer-options : " ${{ matrix.composer-options }}"
4343
44+ # Exclude E_DEPRECATED on PHP 8.1.
45+ # Remove once https://github.com/tomzx/php-semver-checker/pull/112 fixed
46+ - name : Sets error reporting
47+ if : contains(${{ matrix.php-version }}, '8.1')
48+ run : echo "error_reporting=24575" >> $GITHUB_ENV
49+
4450 - name : Run unit tests suite
4551 run : vendor/bin/phpunit --configuration tests/Unit/phpunit.xml.dist
4652
Original file line number Diff line number Diff line change 88 ],
99 "bin" : [" bin/svc" ],
1010 "require" : {
11- "php" : " ~7.3 .0||~7.4 .0||~8.0 .0" ,
11+ "php" : " ~7.4 .0||~8.0 .0||~8.1 .0" ,
1212 "ext-json" : " *" ,
13- "laminas/laminas-dependency-plugin" : " ^2.1 .0" ,
14- "laminas/laminas-stdlib" : " ~3.5 .0" ,
13+ "laminas/laminas-dependency-plugin" : " ^2.2 .0" ,
14+ "laminas/laminas-stdlib" : " ~3.6 .0" ,
1515 "nikic/php-parser" : " ~4.12.0" ,
1616 "phpstan/phpdoc-parser" : " ^0.5.5" ,
1717 "sabre/xml" : " ~2.2.3" ,
1818 "symfony/console" : " ~4.1.0||~4.4.0" ,
19- "tomzx/php-semver-checker" : " ^0.14 .0" ,
19+ "tomzx/php-semver-checker" : " ^0.15 .0" ,
2020 "wikimedia/less.php" : " ~3.1.0"
2121 },
2222 "require-dev" : {
You can’t perform that action at this time.
0 commit comments