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 9ba97ea commit b19aad3Copy full SHA for b19aad3
src/InteractsWithSparkAPI.php
@@ -21,7 +21,7 @@ trait InteractsWithSparkAPI
21
protected function latestSparkRelease()
22
{
23
return json_decode((string) (new HttpClient)->get(
24
- $this->sparkUrl.'/api/releases/version', ['verify' => __DIR__.'/cacert.pem']
+ $this->sparkUrl.'/api/releases/version?series=1', ['verify' => __DIR__.'/cacert.pem']
25
)->getBody())->version;
26
}
27
0 commit comments