Skip to content

Commit ec19ba1

Browse files
committed
Rollback to 8.5.0
8.5.1 build is broken on macOS and I don't want to ship inconsistent versions
1 parent 7c5741a commit ec19ba1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
PHP_VERSIONS=("8.1.34" "8.2.30" "8.3.29" "8.4.16" "8.5.1")
2+
PHP_VERSIONS=("8.1.34" "8.2.30" "8.3.29" "8.4.16" "8.5.0")
33

44
#### NOTE: Tags with "v" prefixes behave weirdly in the GitHub API. They'll be stripped in some places but not others.
55
#### Use commit hashes to avoid this.

windows-compile-vs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference="Stop"
22
$ProgressPreference="SilentlyContinue"
33

4-
$PHP_VERSIONS=@("8.1.34", "8.2.30", "8.3.29", "8.4.16", "8.5.1")
4+
$PHP_VERSIONS=@("8.1.34", "8.2.30", "8.3.29", "8.4.16", "8.5.0")
55

66
$PHP_SDK_VER="2.4.0"
77
$ARCH="x64"

0 commit comments

Comments
 (0)