Skip to content

Commit

Permalink
Merge branch 'PHP-8.2' into PHP-8.3
Browse files Browse the repository at this point in the history
* PHP-8.2:
  Attempt to fix mysql_native_password error for 32-bit build
  • Loading branch information
iluuu1994 committed May 29, 2024
2 parents 9f77c1f + a05301e commit 3250457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
PDO_MYSQL_TEST_HOST: mysql
services:
mysql:
image: mysql:8
image: mysql:8.3
ports:
- 3306:3306
env:
Expand Down

0 comments on commit 3250457

Please sign in to comment.