Skip to content

Commit

Permalink
Upgrade mariadb in docker compose
Browse files Browse the repository at this point in the history
Fix #2
  • Loading branch information
r0mdau committed Feb 11, 2022
1 parent e146cc2 commit 82627ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"test-infrastructure": "phpunit --testsuite Infrastructure",
"test-coverage": "XDEBUG_MODE=coverage phpunit --testsuite unit --colors=always --coverage-clover clover.xml",
"verify": [
"@test",
"@test-all",
"@phpstan",
"@phpcs"
]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:

mysql-fradoos:
image: mariadb:10.0.34
image: mariadb:10.6
environment:
- MYSQL_ROOT_PASSWORD=test
volumes:
Expand Down

0 comments on commit 82627ee

Please sign in to comment.