File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - ' PHP8.3/MySQL5.7'
1414 - ' PHP8.3/MySQL8.0'
1515 - ' PHP8.3/MariaDb11'
16- default : ' PHP8.2/MySQL5.7'
16+ - ' PHP8.4/MySQL8.0'
17+ - ' PHP8.4/MariaDb11'
18+ default : ' PHP8.3/MySQL8.0'
1719 description : ' Limit to one PHP/MySQL combination'
1820
1921jobs :
3537 "PHP8.3/MySQL5.7") LIMIT='~/defaults/php8.3_mysql5.7_only.yaml,' ;;
3638 "PHP8.3/MySQL8.0") LIMIT='~/defaults/php8.3_mysql8.0_only.yaml,' ;;
3739 "PHP8.3/MariaDb11") LIMIT='~/defaults/php8.3_mariadb11_only.yaml,' ;;
40+ "PHP8.4/MySQL8.0") LIMIT='~/defaults/php8.4_mysql8.0_only.yaml,' ;;
41+ "PHP8.4/MariaDb11") LIMIT='~/defaults/php8.4_mariadb11_only.yaml,' ;;
3842 *) echo "Illegal choice, fix the workflow"
3943 exit 1
4044 ;;
Original file line number Diff line number Diff line change 1212 "lcobucci/jwt" : " ^4.1" ,
1313 "symfony/cache" : " *" ,
1414 "ecodev/graphql-upload" : " ^7.0.0" ,
15- "laminas/laminas-diactoros" : " ^2 .5" ,
15+ "laminas/laminas-diactoros" : " ^3 .5" ,
1616 "myclabs/php-enum" : " ^1.8"
1717 },
1818 "require-dev" : {
Original file line number Diff line number Diff line change 55 cacheDirectory =" .phpunit.cache"
66 xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
77 displayDetailsOnTestsThatTriggerWarnings =" true"
8+ displayDetailsOnTestsThatTriggerDeprecations =" true"
9+ displayDetailsOnTestsThatTriggerErrors =" true"
10+ displayDetailsOnTestsThatTriggerNotices =" true"
811>
912 <testsuites >
1013 <testsuite name =" Unit" >
You can’t perform that action at this time.
0 commit comments