From 6ada11cb2c36e5f28fe5140c3efca9bafa23adda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 16 Dec 2019 22:00:57 +0100 Subject: [PATCH] simply uses latest version of MariaDB --- .github/workflows/php.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 8bb2ba4..3e13827 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -18,7 +18,6 @@ jobs: - name: Start MariaDB and create databases uses: getong/mariadb-action@v1.1 with: - mariadb version: '10.4.10' # Optional, default value is "latest". The version of the MariaDB mysql database: $MYSQL_DATABASE # Optional, default value is "test". The specified database which will be create mysql root password: $MYSQL_ROOT_PASSWORD # Required if "mysql user" is empty, default is empty. The root superuser password mysql user: $MYSQL_USER # Required if "mysql root password" is empty, default is empty. The superuser for the specified database. Can use secrets, too