We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3916fa8 commit eed5af1Copy full SHA for eed5af1
src/Sqs/Queue.php
@@ -72,7 +72,7 @@ public function pop($queue = null)
72
73
$response = $this->modifyPayload($response['Messages'][0], $class);
74
75
- if (preg_match('/5\.[4-6].*/', $this->container->version())) {
+ if (preg_match('/5\.[4-6]\..*/', $this->container->version())) {
76
return new SqsJob($this->container, $this->sqs, $response, $this->connectionName, $queue);
77
}
78
0 commit comments