Update mysql version in test docker-compose (#777)

This commit is contained in:
Hasan Ramezani 2025-10-31 14:53:16 +01:00 committed by GitHub
parent 8c9b7b4a6e
commit 0e58a9d2d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12", "3.13"]
services:
mysql:
image: mysql:8.0
image: mysql:8.4
env:
MYSQL_DATABASE: auditlog
MYSQL_USER: mysql

View file

@ -23,7 +23,7 @@ repos:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.29.0
rev: 1.29.1
hooks:
- id: django-upgrade
args: [--target-version, "4.2"]

View file

@ -20,7 +20,7 @@ services:
mysql:
container_name: auditlog_mysql
platform: linux/x86_64
image: mysql:8.0
image: mysql:8.4
restart: "no"
environment:
MYSQL_DATABASE: auditlog