Skip to content

Commit a05301e

Browse files
committed
Attempt to fix mysql_native_password error for 32-bit build
Closes GH-14356
1 parent 69dbfad commit a05301e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
PDO_MYSQL_TEST_HOST: mysql
111111
services:
112112
mysql:
113-
image: mysql:8
113+
image: mysql:8.3
114114
ports:
115115
- 3306:3306
116116
env:

0 commit comments

Comments
 (0)