Skip to content

Commit 9771302

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Attempt to fix mysql_native_password error for 32-bit build
2 parents 48d5ae9 + 3250457 commit 9771302

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
@@ -161,7 +161,7 @@ jobs:
161161
PDO_MYSQL_TEST_HOST: mysql
162162
services:
163163
mysql:
164-
image: mysql:8
164+
image: mysql:8.3
165165
ports:
166166
- 3306:3306
167167
env:

0 commit comments

Comments
 (0)