Skip to content

Commit

Permalink
Update WordPress to version 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 18, 2018
1 parent 35934f9 commit 889dd68
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MARIADB_TAG=10.1-3.3.11

### --- VANILLA WORDPRESS ----

WORDPRESS_TAG=4-4.10.1
WORDPRESS_TAG=5-4.10.1

### --- PHP ----

Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ include docker.mk

.PHONY: test

WORDPRESS_VER ?= 4
PHP_VER ?= 7.2

test:
cd ./tests/$(WORDPRESS_VER) && PHP_VER=$(PHP_VER) ./run.sh
cd ./tests && PHP_VER=$(PHP_VER) ./run.sh
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The WordPress stack consist of the following containers:
| ------------- | ------------------ | ------------ | ---------------------------------- | ------- |
| [Nginx] | 1.15, 1.14 | `nginx` | [wodby/nginx] ||
| [Apache] | 2.4 | `apache` | [wodby/apache] | |
| [WordPress] | 4 | `php` | [wodby/wordpress] ||
| [WordPress] | 5 | `php` | [wodby/wordpress] ||
| [PHP] | 7.2, 7.1, 5.6 | `php` | [wodby/wordpress-php] | |
| [MariaDB] | 10.3, 10.2, 10.1 | `mariadb` | [wodby/mariadb] ||
| [PostgreSQL] | 11, 10, 9.x | `postgres` | [wodby/postgres] | |
Expand All @@ -41,7 +41,7 @@ The WordPress stack consist of the following containers:
| Portainer | latest | `portainer` | [portainer/portainer] ||
| Traefik | latest | `traefik` | [_/traefik] ||

Supported WordPress versions: 4
Supported WordPress versions: 5

## Documentation

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/4/docker-compose.yml → tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
MYSQL_PASSWORD: $DB_PASSWORD

php:
image: wodby/wordpress:4-$PHP_VER-$WORDPRESS_STABILITY_TAG
image: wodby/wordpress:5-$PHP_VER-$WORDPRESS_STABILITY_TAG
environment:
DB_HOST: $DB_HOST
DB_NAME: $DB_NAME
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 889dd68

Please sign in to comment.