Solution found. I just had to add
‘mysql.utf8mb4’ => true,
in my config.php like described here
and migration finishes at it should!