Skip to content

Commit fdc128f

Browse files
committed
Update PHP versions
1 parent 4a98389 commit fdc128f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0")
2+
PHP_VERSIONS=("8.1.34" "8.2.30" "8.3.30" "8.4.17" "8.5.2")
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.0")
4+
$PHP_VERSIONS=@("8.1.34", "8.2.30", "8.3.30", "8.4.17", "8.5.2")
55

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

0 commit comments

Comments
 (0)