summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-07-15 10:12:11 +0200
committerJoas Schilling <coding@schilljs.com>2021-07-15 10:12:11 +0200
commit79abeb204052bfa511b48e3548d5def19d9837e9 (patch)
tree8fa8b810970f500c31a5dfe3501e7af861416e38
parent981bbd3f17b80c7227c04294f16a2063fd705535 (diff)
"Fix" CI with mariadb
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/phpunit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index cc60a62ca..43dfe3010 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -88,7 +88,7 @@ jobs:
services:
mysql:
- image: mariadb
+ image: mariadb:10.5
ports:
- 4444:3306/tcp
env: