Skip to content

Commit

Permalink
[5.1] Pin Mysql Version to 8.0 (joomla#43419)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeutz authored May 5, 2024
1 parent b947df6 commit e26313a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ volumes:

services:
- name: mysql
image: mysql:8
image: mysql:8.0
command: ["--default-authentication-plugin=mysql_native_password"]
environment:
MYSQL_USER: joomla_ut
Expand Down Expand Up @@ -415,6 +415,6 @@ trigger:

---
kind: signature
hmac: 070b8d44a6bad66956066cf2f6587f8d4726a7d1a5c78a823664458001d90454
hmac: 1dd372065e6179c1afc6c4da95e1bf89b3524489488dd2b0ff228f870f111685

...

0 comments on commit e26313a

Please sign in to comment.