diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4eb50a54..d0c2470e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: - 3307:3306 options: --health-cmd="mysqladmin ping -ppass" --health-interval=10s --health-timeout=5s --health-retries=5 -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=nextras_orm_test --entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --mysql-native-password=ON" mariadb105: - image: mariadb:10.5 + image: mariadb:11.6 env: MYSQL_DATABASE: nextras_orm_test MYSQL_ROOT_PASSWORD: root