Skip to content

Commit

Permalink
Upgrade versions and remove deprecated version definition
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Jul 14, 2024
1 parent 43716d8 commit 3aa321d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: '3.5'

services:
db:
image: mariadb:10.3
image: mariadb:11
environment:
MYSQL_ROOT_PASSWORD: wordpress
MYSQL_DATABASE: wordpress
Expand All @@ -23,7 +21,7 @@ services:
FS_METHOD: direct

sut:
image: alpine:3.13
image: alpine:3
depends_on:
- wordpress
command: /tmp/run_tests.sh
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: "3.5"

services:
db:
image: mariadb:10.11
image: mariadb:11
volumes:
- "db-data:/var/lib/mysql"
environment:
Expand Down

0 comments on commit 3aa321d

Please sign in to comment.