Skip to content

Commit 0e6bf12

Browse files
committed
OXDEV-8623 Test with PHP 8.4
1 parent da9cf0d commit 0e6bf12

1 file changed

Lines changed: 5 additions & 1 deletion

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
;;

0 commit comments

Comments
 (0)