We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a152a7 commit e21f856Copy full SHA for e21f856
.github/workflows/build.yml
@@ -89,7 +89,7 @@ jobs:
89
- 3307:3306
90
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"
91
mariadb105:
92
- image: mariadb:10.5
+ image: mariadb:11.6
93
env:
94
MYSQL_DATABASE: nextras_orm_test
95
MYSQL_ROOT_PASSWORD: root
0 commit comments