Skip to content

Commit 7fe2946

Browse files
committed
Merge branch 'b-7.3.x-GHA-OXDEV-8623' into b-7.3.x
2 parents da9cf0d + 310c0aa commit 7fe2946

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/dispatch_module.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ on:
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

1921
jobs:
@@ -35,6 +37,8 @@ jobs:
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
;;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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": {

tests/phpunit.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
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">

0 commit comments

Comments
 (0)