Skip to content

Commit

Permalink
OXDEV-8009 Add mariadb11 to the workflow options and update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
TitaKoleva committed Oct 3, 2024
1 parent 2bca73e commit f997eb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dispatch_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ on:
- 'no'
- 'PHP8.2/MySQL5.7'
- 'PHP8.2/MySQL8.0'
- 'PHP8.2/MariaDb11'
- 'PHP8.3/MySQL5.7'
- 'PHP8.3/MySQL8.0'
- 'PHP8.3/MariaDb11'
default: 'PHP8.2/MySQL5.7'
description: 'Limit to one PHP/MySQL combination'

Expand All @@ -29,8 +31,10 @@ jobs:
"no") LIMIT='';;
"PHP8.2/MySQL5.7") LIMIT='~/defaults/php8.2_mysql5.7_only.yaml,' ;;
"PHP8.2/MySQL8.0") LIMIT='~/defaults/php8.2_mysql8.0_only.yaml,' ;;
"PHP8.2/MariaDb11") LIMIT='~/defaults/php8.2_mariadb11_only.yaml,' ;;
"PHP8.3/MySQL5.7") LIMIT='~/defaults/php8.3_mysql5.7_only.yaml,' ;;
"PHP8.3/MySQL8.0") LIMIT='~/defaults/php8.3_mysql8.0_only.yaml,' ;;
"PHP8.3/MariaDb11") LIMIT='~/defaults/php8.3_mariadb11_only.yaml,' ;;
*) echo "Illegal choice, fix the workflow"
exit 1
;;
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
],
"license": ["proprietary"],
"require": {
"php": "^8.1",
"php": "^8.2",
"doctrine/dbal": "^v2.7",
"oxid-esales/graphql-base": "dev-b-7.2.x"
},
"conflict": {
"oxid-esales/oxideshop-ce": "<7.1",
"oxid-esales/oxideshop-ce": "<7.2",
"oxid-esales/graphql-catalogue": "*",
"oxid-esales/graphql-account": "*",
"oxid-esales/graphql-checkout": "*"
Expand Down

0 comments on commit f997eb6

Please sign in to comment.