1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3'

* PHP-8.3:
  Attempt to fix mysql_native_password error for 32-bit build
This commit is contained in:
Ilija Tovilo
2024-05-29 12:49:51 +02:00

View File

@@ -161,7 +161,7 @@ jobs:
PDO_MYSQL_TEST_HOST: mysql
services:
mysql:
image: mysql:8
image: mysql:8.3
ports:
- 3306:3306
env: