Skip to content

Commit da39a63

Browse files
committed
Update README, improve database handling, and upgrade dependencies
- Add sponsor badge to README - Enhance environment preparation logic for `Uri` handling across databases - Ensure proper handling of empty SQL statements in database classes - Upgrade PHP requirement to `>=8.3` and dependencies to latest versions - Refactor `Migration` methods for better error handling and type safety - Update Psalm configuration: adjust error level, exclude test directory - Revise GitHub Actions to drop PHP 8.1 and 8.2, add PHP 8.5, and separate Psalm workflow - Improve composer scripts and static analysis setup
1 parent fa6f8eb commit da39a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
services:
2626
mysql:
27-
image: bitnami/mysql:8.0.20
27+
image: mysql:8.0.20
2828
env:
2929
MYSQL_ROOT_PASSWORD: password
3030
MYSQL_AUTHENTICATION_PLUGIN: mysql_native_password

0 commit comments

Comments
 (0)