Skip to content

Commit 3250457

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Attempt to fix mysql_native_password error for 32-bit build
2 parents 9f77c1f + a05301e commit 3250457

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
@@ -150,7 +150,7 @@ jobs:
150150
PDO_MYSQL_TEST_HOST: mysql
151151
services:
152152
mysql:
153-
image: mysql:8
153+
image: mysql:8.3
154154
ports:
155155
- 3306:3306
156156
env:

0 commit comments

Comments
 (0)