Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 30, 2024
1 parent 879ffc0 commit 3ab3857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/BuildRequirementsCheckMatrix.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private function getMissingExtensionsBuilds()
foreach ($this->os as $os) {
// Skip the extension requirements check on Windows as the required extensions cannot be
// disabled on Windows. They are compiled statically into the PHP binary.
// Ref: https://github.com/shivammathur/setup-php/issues/887
// {@link https://github.com/shivammathur/setup-php/issues/887}.
if ($os === 'windows-latest') {
continue;
}
Expand Down

0 comments on commit 3ab3857

Please sign in to comment.