add mariadb 10.4

This commit is contained in:
Saeed Vaziry
2024-03-16 10:35:18 +01:00
parent 287c9c2a8a
commit d8056441c0
3 changed files with 28 additions and 7 deletions

View File

@ -62,7 +62,8 @@
'none',
'mysql57',
'mysql80',
'mariadb',
'mariadb103',
'mariadb104',
'postgresql12',
'postgresql13',
'postgresql14',
@ -70,9 +71,11 @@
'postgresql16',
],
'databases_name' => [
'none' => 'none',
'mysql57' => 'mysql',
'mysql80' => 'mysql',
'mariadb' => 'mariadb',
'mariadb103' => 'mariadb',
'mariadb104' => 'mariadb',
'postgresql12' => 'postgresql',
'postgresql13' => 'postgresql',
'postgresql14' => 'postgresql',
@ -80,9 +83,12 @@
'postgresql16' => 'postgresql',
],
'databases_version' => [
'none' => '',
'mysql57' => '5.7',
'mysql80' => '8.0',
'mariadb' => '10.3',
'mariadb103' => '10.3',
'mariadb104' => '10.4',
'postgresql12' => '12',
'postgresql13' => '13',
'postgresql14' => '14',
@ -188,12 +194,15 @@
'mariadb' => [
'ubuntu_18' => [
'10.3' => 'mariadb',
'10.4' => 'mariadb',
],
'ubuntu_20' => [
'10.3' => 'mariadb',
'10.4' => 'mariadb',
],
'ubuntu_22' => [
'10.3' => 'mariadb',
'10.4' => 'mariadb',
],
],
'postgresql' => [