We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d4c1d8 + 59cc0c1 commit 4429157Copy full SHA for 4429157
src/Integrations/BindsWorker.php
@@ -22,7 +22,7 @@ trait BindsWorker
22
protected $workerImplementations = [
23
'5\.[345678]\.\d+' => Laravel53Worker::class,
24
'[67]\.\d+\.\d+' => Laravel6Worker::class,
25
- '([89]|10)\.\d+\.\d+' => Laravel8Worker::class
+ '([89]|10|11)\.\d+\.\d+' => Laravel8Worker::class
26
];
27
28
/**
0 commit comments