Skip to content

Commit 0e58a9d

Browse files
authored
Update mysql version in test docker-compose (#777)
1 parent 8c9b7b4 commit 0e58a9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
python-version: ["3.10", "3.11", "3.12", "3.13"]
8585
services:
8686
mysql:
87-
image: mysql:8.0
87+
image: mysql:8.4
8888
env:
8989
MYSQL_DATABASE: auditlog
9090
MYSQL_USER: mysql

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: pyupgrade
2424
args: [--py310-plus]
2525
- repo: https://github.com/adamchainz/django-upgrade
26-
rev: 1.29.0
26+
rev: 1.29.1
2727
hooks:
2828
- id: django-upgrade
2929
args: [--target-version, "4.2"]

auditlog_tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
mysql:
2121
container_name: auditlog_mysql
2222
platform: linux/x86_64
23-
image: mysql:8.0
23+
image: mysql:8.4
2424
restart: "no"
2525
environment:
2626
MYSQL_DATABASE: auditlog

0 commit comments

Comments
 (0)