Selaa lähdekoodia

ci: Bump mariadb from 10.3 to 10.6

version-14
Gavin D'souza 2 vuotta sitten
vanhempi
commit
65c6914068
5 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. +1
    -1
      .github/helper/install.sh
  2. +1
    -1
      .github/workflows/patch-mariadb-tests.yml
  3. +1
    -1
      .github/workflows/server-mariadb-tests.yml
  4. +1
    -1
      .github/workflows/ui-tests.yml
  5. +1
    -1
      frappe/utils/boilerplate.py

+ 1
- 1
.github/helper/install.sh Näytä tiedosto

@@ -17,7 +17,7 @@ if [ "$TYPE" == "server" ]; then
fi

if [ "$DB" == "mariadb" ];then
sudo apt install mariadb-client-10.3
sudo apt install mariadb-client-10.6
mysql --host 127.0.0.1 --port 3306 -u root -e "SET GLOBAL character_set_server = 'utf8mb4'";
mysql --host 127.0.0.1 --port 3306 -u root -e "SET GLOBAL collation_server = 'utf8mb4_unicode_ci'";



+ 1
- 1
.github/workflows/patch-mariadb-tests.yml Näytä tiedosto

@@ -19,7 +19,7 @@ jobs:

services:
mysql:
image: mariadb:10.3
image: mariadb:10.6
env:
MYSQL_ALLOW_EMPTY_PASSWORD: YES
ports:


+ 1
- 1
.github/workflows/server-mariadb-tests.yml Näytä tiedosto

@@ -28,7 +28,7 @@ jobs:

services:
mysql:
image: mariadb:10.3
image: mariadb:10.6
env:
MYSQL_ALLOW_EMPTY_PASSWORD: YES
ports:


+ 1
- 1
.github/workflows/ui-tests.yml Näytä tiedosto

@@ -27,7 +27,7 @@ jobs:

services:
mysql:
image: mariadb:10.3
image: mariadb:10.6
env:
MYSQL_ALLOW_EMPTY_PASSWORD: YES
ports:


+ 1
- 1
frappe/utils/boilerplate.py Näytä tiedosto

@@ -464,7 +464,7 @@ jobs:

services:
mariadb:
image: mariadb:10.3
image: mariadb:10.6
env:
MYSQL_ROOT_PASSWORD: root
ports:


Ladataan…
Peruuta
Tallenna