Skip to content

Instantly share code, notes, and snippets.

@mautz-et-tong
mautz-et-tong / gist:4b9b5df1d7089841c6c723f16f347007
Created April 23, 2024 11:12
akeneo mariadb compat patch file
diff --git a/src/Akeneo/Platform/PimRequirements.php b/src/Akeneo/Platform/PimRequirements.php
--- a/src/Akeneo/Platform/PimRequirements.php
+++ b/src/Akeneo/Platform/PimRequirements.php
@@ -27,7 +27,8 @@
const REQUIRED_ICU_VERSION = '67.1';
const LOWEST_REQUIRED_MYSQL_VERSION = '8.0.30';
const GREATEST_REQUIRED_MYSQL_VERSION = '8.1.0';
-
+ const LOWEST_REQUIRED_MARIADB_VERSION = '10.4.15';
+ const GREATEST_REQUIRED_MARIADB_VERSION = '10.5.25';
grumphp:
environment:
variables:
GRUMPHP_PROJECT_DIR: "."
GRUMPHP_BIN_DIR: "./www/html/vendor/bin"
GRUMPHP_COMPOSER_DIR: "./www/html"
paths:
- 'tools'
hide_circumvention_tip: true
process_timeout: 120
tap "davidalger/warden"
tap "drud/ddev"
tap "eugenmayer/dockersync"
tap "github/gh"
tap "havoc-io/mutagen"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
parameters:
magento_dir: ./www/html
bin_dir: "%magento_dir%/vendor/bin"
git_dir: "."
hide_circumvention_tip: true
process_timeout: 120
stop_on_failure: false
ignore_unstaged_changes: false
tasks:
# First everything which lints, secures or verifies something