Skip to content

Commit 23a58da

Browse files
committed
OXDEV-8007 Add mariadb to workflow
1 parent 09f2134 commit 23a58da

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/dispatch_module.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ on:
99
- 'no'
1010
- 'PHP8.2/MySQL5.7'
1111
- 'PHP8.2/MySQL8.0'
12+
- 'PHP8.2/MariaDb11'
1213
- 'PHP8.3/MySQL5.7'
1314
- 'PHP8.3/MySQL8.0'
15+
- 'PHP8.3/MariaDb11'
1416
default: 'PHP8.2/MySQL5.7'
1517
description: 'Limit to one PHP/MySQL combination'
1618

@@ -29,8 +31,10 @@ jobs:
2931
"no") LIMIT='';;
3032
"PHP8.2/MySQL5.7") LIMIT='~/defaults/php8.2_mysql5.7_only.yaml,' ;;
3133
"PHP8.2/MySQL8.0") LIMIT='~/defaults/php8.2_mysql8.0_only.yaml,' ;;
34+
"PHP8.2/MariaDb11") LIMIT='~/defaults/php8.2_mariadb11_only.yaml,' ;;
3235
"PHP8.3/MySQL5.7") LIMIT='~/defaults/php8.3_mysql5.7_only.yaml,' ;;
3336
"PHP8.3/MySQL8.0") LIMIT='~/defaults/php8.3_mysql8.0_only.yaml,' ;;
37+
"PHP8.3/MariaDb11") LIMIT='~/defaults/php8.3_mariadb11_only.yaml,' ;;
3438
*) echo "Illegal choice, fix the workflow"
3539
exit 1
3640
;;

0 commit comments

Comments
 (0)