diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index f093e55a..e5d9171b 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -24,7 +24,7 @@ jobs: services: mariadb: - image: mariadb:10.6 + image: mariadb:10.8 env: MARIADB_ROOT_PASSWORD: 123 ports: diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index a01fdb84..5473e7b2 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" name: lms services: mariadb: - image: mariadb:10.6 + image: mariadb:10.8 command: - --character-set-server=utf8mb4 - --collation-server=utf8mb4_unicode_ci