Skip to content

Commit

Permalink
Add Windows support in PHPUnit GitHub Actions workflow
Browse files Browse the repository at this point in the history
This commit updates the phpunit.yml workflow to include Windows 2022 as an operating system for testing. By adding Windows support, we ensure broader compatibility and coverage in the CI process. This change helps identify platform-specific issues earlier in the development cycle.

Signed-off-by: mesilov <[email protected]>
  • Loading branch information
mesilov committed Dec 3, 2024
1 parent 8fc3a21 commit 429047f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- "8.2"
- "8.3"
dependencies: [ highest ]
operating-system: [ ubuntu-latest]
operating-system: [ ubuntu-latest, windows-2022]

steps:
- name: "Checkout"
Expand Down

0 comments on commit 429047f

Please sign in to comment.