Skip to content

Commit

Permalink
Update mariadb to 10.6, drop mariadb 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 23, 2021
1 parent 6faee45 commit 54d72ac
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ DB_DRIVER=mysql

### --- MARIADB ----

MARIADB_TAG=10.5-3.15.0
MARIADB_TAG=10.6-3.15.0
#MARIADB_TAG=10.5-3.15.0
#MARIADB_TAG=10.4-3.15.0
#MARIADB_TAG=10.3-3.15.0
#MARIADB_TAG=10.2-3.15.0

### --- VANILLA DRUPAL ----

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Drupal stack consist of the following containers:
| [Drupal] | 9, 8, 7 | [wodby/drupal] |||
| [PHP] | 8.0, 7.4, 7.3 | [wodby/drupal-php] || |
| Crond | | [wodby/drupal-php] |||
| [MariaDB] | 10.5, 10.4, 10.3, 10.2 | [wodby/mariadb] |||
| [MariaDB] | 10.6, 10.5, 10.4, 10.3 | [wodby/mariadb] |||
| [PostgreSQL] | 13, 12, 11, 10, 9.6 | [wodby/postgres] || |
| [Redis] | 6, 5 | [wodby/redis] || |
| [Memcached] | 1 | [wodby/memcached] | | |
Expand Down
2 changes: 1 addition & 1 deletion tests/7/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DB_ROOT_PASSWORD=password
DB_HOST=mariadb
DB_DRIVER=mysql

MARIADB_TAG=10.5-3.15.0
MARIADB_TAG=10.6-3.15.0
REDIS_TAG=6-3.9.5
VARNISH_TAG=6.0-4.7.7
SOLR_TAG=7-4.13.0
Expand Down
2 changes: 1 addition & 1 deletion tests/8/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DB_ROOT_PASSWORD=password
DB_HOST=mariadb
DB_DRIVER=mysql

MARIADB_TAG=10.5-3.15.0
MARIADB_TAG=10.6-3.15.0
REDIS_TAG=6-3.9.5
VARNISH_TAG=6.0-4.7.7
SOLR_TAG=8-4.13.0
Expand Down
2 changes: 1 addition & 1 deletion tests/9/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DB_ROOT_PASSWORD=password
DB_HOST=mariadb
DB_DRIVER=mysql

MARIADB_TAG=10.5-3.15.0
MARIADB_TAG=10.6-3.15.0
REDIS_TAG=6-3.9.5
VARNISH_TAG=6.0-4.7.7
SOLR_TAG=8-4.13.0
Expand Down

0 comments on commit 54d72ac

Please sign in to comment.