Skip to content

Commit bcda1aa

Browse files
chore(deps): update mariadb docker tag to v11
1 parent 5a152a7 commit bcda1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- 3307:3306
9090
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"
9191
mariadb105:
92-
image: mariadb:10.5
92+
image: mariadb:11.5
9393
env:
9494
MYSQL_DATABASE: nextras_orm_test
9595
MYSQL_ROOT_PASSWORD: root

0 commit comments

Comments
 (0)