diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aab4c05..d5582a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,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_dbal_test --entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --mysql-native-password=ON" mariadb105: - image: mariadb:10.5 + image: mariadb:11.5 env: MYSQL_DATABASE: nextras_dbal_test MYSQL_ROOT_PASSWORD: root