Skip to content

Bump package version to latest minimum installed version. #26

Bump package version to latest minimum installed version.

Bump package version to latest minimum installed version. #26

Triggered via push August 13, 2023 01:08
Status Success
Total duration 35s
Artifacts
Matrix: CI
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
CI (ubuntu-latest, 8.2)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
CI (ubuntu-latest, 8.2): src/Exceptions/InvalidAccessToken.php#L25
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct() { - parent::__construct('Invalid access token'); + } }
CI (ubuntu-latest, 8.2): src/Exceptions/QuotaExceeded.php#L29
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct() { - parent::__construct('Request Quota has been exceeded'); + } }
CI (ubuntu-latest, 8.2): src/Exceptions/UnknownStation.php#L25
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct() { - parent::__construct('Unknown monitoring station or city'); + } }
CI (ubuntu-latest, 8.1)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
CI (ubuntu-latest, 8.1): src/Exceptions/InvalidAccessToken.php#L25
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct() { - parent::__construct('Invalid access token'); + } }
CI (ubuntu-latest, 8.1): src/Exceptions/QuotaExceeded.php#L29
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct() { - parent::__construct('Request Quota has been exceeded'); + } }
CI (ubuntu-latest, 8.1): src/Exceptions/UnknownStation.php#L25
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct() { - parent::__construct('Unknown monitoring station or city'); + } }