Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
update MariaDB to version 10.2.41, 10.3.32, 10.4.22, 10.5.13

Signed-off-by: Teddysun <[email protected]>
  • Loading branch information
teddysun committed Nov 15, 2021
1 parent 552a283 commit 89a6e71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
| Database | Version |
|-------------------------------|-----------------------------------------------------------|
| MySQL | 5.6.51, 5.7.36, 8.0.27 |
| MariaDB | 10.1.48, 10.2.40, 10.3.31, 10.4.21, 10.5.12 |
| MariaDB | 10.1.48, 10.2.41, 10.3.32, 10.4.22, 10.5.13 |

| PHP & Additional extensions | Version |
|-------------------------------|-----------------------------------------------------------|
Expand Down
8 changes: 4 additions & 4 deletions include/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ mysql8_0_filename="mysql-8.0.27"
#mariadb10.1
mariadb10_1_filename="mariadb-10.1.48"
#mariadb10.2
mariadb10_2_filename="mariadb-10.2.40"
mariadb10_2_filename="mariadb-10.2.41"
#mariadb10.3
mariadb10_3_filename="mariadb-10.3.31"
mariadb10_3_filename="mariadb-10.3.32"
#mariadb10.4
mariadb10_4_filename="mariadb-10.4.21"
mariadb10_4_filename="mariadb-10.4.22"
#mariadb10.5
mariadb10_5_filename="mariadb-10.5.12"
mariadb10_5_filename="mariadb-10.5.13"
#php5.6
php5_6_filename="php-5.6.40"
php5_6_filename_url="https://www.php.net/distributions/php-5.6.40.tar.gz"
Expand Down

0 comments on commit 89a6e71

Please sign in to comment.