Skip to content

Commit 1766af8

Browse files
jmikolamickverm
andauthored
Include the compiler variant in Windows release file names for PHP 8.3 (#1718)
Co-authored-by: Michiel Vermeersch <[email protected]>
1 parent f3a285a commit 1766af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
"7.4")
121121
COMPILER="vc15"
122122
;;
123-
"8.0" | "8.1" | "8.2")
123+
"8.0" | "8.1" | "8.2" | "8.3")
124124
COMPILER="vs16"
125125
;;
126126
"8.4")

0 commit comments

Comments
 (0)