Skip to content

[CI] Drop Windows from PHPUnit benchmark - #8352

Merged
TomasVotruba merged 1 commit into
mainfrom
drop-benchmark-windows
Aug 15, 2026
Merged

[CI] Drop Windows from PHPUnit benchmark#8352
TomasVotruba merged 1 commit into
mainfrom
drop-benchmark-windows

Conversation

@TomasVotruba

Copy link
Copy Markdown
Member

Drop windows-latest from the PHPUnit A/B benchmark matrix (benchmark_phpunit.yaml). Benchmark now runs on ubuntu-latest only.

Windows CI test coverage is unchanged — it stays in tests_windows.yaml.

 matrix:
-    os: [ubuntu-latest, windows-latest]
+    os: [ubuntu-latest]
     php-versions: ['8.4', '8.5']

@TomasVotruba
TomasVotruba marked this pull request as ready for review August 15, 2026 15:27
@TomasVotruba
TomasVotruba merged commit b1a303b into main Aug 15, 2026
50 checks passed
@TomasVotruba
TomasVotruba deleted the drop-benchmark-windows branch August 15, 2026 15:28
TomasVotruba added a commit that referenced this pull request Aug 15, 2026
…itignore

- benchmark: keep fast-unit wording, ubuntu-only (Windows dropped in #8352)
- .gitignore: main already ignores .fastunit-cache; drop the duplicate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant