Skip to content

Commit d9e83d9

Browse files
author
Willem Leuverink
authored
bring back windows-latest in os matrix (#154)
1 parent 334a030 commit d9e83d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
version: ["8.1", "8.2", "8.3", "8.4"]
24-
os: [ "macos-13", "macos-latest", "ubuntu-latest", "ubuntu-24.04-arm" ]
24+
os: [ "macos-13", "macos-latest", "windows-latest", "ubuntu-latest", "ubuntu-24.04-arm" ]
2525

2626
continue-on-error: true
2727

0 commit comments

Comments
 (0)