From 6af9317240df84529e8a0101116750467416126a Mon Sep 17 00:00:00 2001 From: Dmitrii Metelkin Date: Thu, 22 Jul 2021 12:38:27 +1000 Subject: [PATCH] Fix ci issues (#260) * Fix mariadb version * Fix coding style * Actually fix mariadb version --- .github/workflows/ci.yml | 2 +- lib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21b64f5..1267819 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - 5432:5432 mariadb: - image: mariadb + image: mariadb:10.5 env: MYSQL_USER: 'root' MYSQL_ALLOW_EMPTY_PASSWORD: "true" diff --git a/lib.php b/lib.php index 92d88c9..6a06439 100644 --- a/lib.php +++ b/lib.php @@ -86,4 +86,4 @@ function auth_outage_get_fontawesome_icon_map() { function auth_outage_before_standard_top_of_body_html() { // Get code to inject. return outagelib::get_inject_code(); -} \ No newline at end of file +}