2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-14 21:22:20 +00:00

rollback mysql (#10478)

This commit is contained in:
Matthias Mair
2025-10-03 23:36:58 +02:00
committed by GitHub
parent 256f22b23d
commit a24b56b066

View File

@@ -446,7 +446,7 @@ jobs:
services:
mysql:
image: mysql:lts
image: mysql:9
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: ${{ env.INVENTREE_DB_NAME }}