Skip to content

Commit

Permalink
Fix: unable to run tests against laravel 11
Browse files Browse the repository at this point in the history
GitHub actions throws exceptions for unkown utf8mb4_0900_ai_ci which is the new default in Laravel 11.
laravel/framework#48455
  • Loading branch information
jordyvanderhaegen committed Mar 12, 2024
1 parent 55feacc commit ec26af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

services:
mysql:
image: mysql:5.7
image: mysql:8.0
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: laravel-database-trigger
Expand Down

0 comments on commit ec26af5

Please sign in to comment.