Skip to content

Commit 5c667be

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 cc36c97 commit 5c667be

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
@@ -37,7 +37,7 @@ jobs:
3737

3838
services:
3939
mysql:
40-
image: mysql:5.7
40+
image: mysql:8.0
4141
env:
4242
MYSQL_ALLOW_EMPTY_PASSWORD: yes
4343
MYSQL_DATABASE: laravel-linkable

0 commit comments

Comments
 (0)