Skip to content

Commit ec26af5

Browse files
Fix: unable to run tests against laravel 11
GitHub actions throws exceptions for unkown utf8mb4_0900_ai_ci which is the new default in Laravel 11. laravel/framework#48455
1 parent 55feacc commit ec26af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

3232
services:
3333
mysql:
34-
image: mysql:5.7
34+
image: mysql:8.0
3535
env:
3636
MYSQL_ALLOW_EMPTY_PASSWORD: yes
3737
MYSQL_DATABASE: laravel-database-trigger

0 commit comments

Comments
 (0)