Skip to content

Commit b19aad3

Browse files
committed
require versions from series 1
1 parent 9ba97ea commit b19aad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InteractsWithSparkAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ trait InteractsWithSparkAPI
2121
protected function latestSparkRelease()
2222
{
2323
return json_decode((string) (new HttpClient)->get(
24-
$this->sparkUrl.'/api/releases/version', ['verify' => __DIR__.'/cacert.pem']
24+
$this->sparkUrl.'/api/releases/version?series=1', ['verify' => __DIR__.'/cacert.pem']
2525
)->getBody())->version;
2626
}
2727
}

0 commit comments

Comments
 (0)