[4.4] Pin version MySql Version in Tests to 8.0 (#43420)

This commit is contained in:
Robert Deutz 2024-05-05 15:25:37 +02:00 committed by GitHub
parent 301bdf2b28
commit 14746b7f85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ services:
MYSQL_DATABASE: test_joomla
- name: mysql8
image: mysql:8
image: mysql:8.0
command: ["--default-authentication-plugin=mysql_native_password"]
environment:
MYSQL_USER: joomla_ut
@ -504,6 +504,6 @@ trigger:
---
kind: signature
hmac: 0bb4fab35202cd25de338d26dd2f6afa715103eb3317778cbad6cde75ec987d9
hmac: 4883ca31950b6197886ad6e53fa6ec4bd19152852ea3e016a95a27b7ff27eece
...