File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- PHP_VERSIONS=(" 8.2.28 " " 8.3.21 " )
2+ PHP_VERSIONS=(" 8.2.29 " " 8.3.24 " )
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.
@@ -22,7 +22,7 @@ LIBZIP_VERSION="1.11.3"
2222SQLITE3_VERSION=" 3500000" # 3.50.0
2323LIBDEFLATE_VERSION=" 96836d7d9d10e3e0d53e6edb54eb908514e336c4" # 1.24 - see above note about "v" prefixes
2424LIBRDKAFKA_VER=" 2.1.1"
25- LIBZSTD_VER=" 1.5.6 "
25+ LIBZSTD_VER=" 1.5.7 "
2626LIBGRPC_VER=" 1.58.1"
2727LIBSNAPPY_VER=" 1.2.2"
2828SASL2_VERSION=" 2.1.28"
@@ -42,7 +42,7 @@ EXT_XXHASH_VERSION="0.2.0"
4242EXT_ARRAYDEBUG_VERSION=" 0.2.0"
4343EXT_ENCODING_VERSION=" 0.4.0"
4444EXT_RDKAFKA_VERSION=" 6.0.3"
45- EXT_ZSTD_VERSION=" 0.14.0 "
45+ EXT_ZSTD_VERSION=" 0.15.1 "
4646EXT_GRPC_VERSION=" 1.57.3"
4747EXT_VANILLAGENERATOR_VERSION=" abd059fd2ca79888aab3b9c5070d83ceea55fada"
4848
Original file line number Diff line number Diff line change 11$ErrorActionPreference = " Stop"
22$ProgressPreference = " SilentlyContinue"
33
4- $PHP_VERSIONS = @ (" 8.2.28 " , " 8.3.21 " )
4+ $PHP_VERSIONS = @ (" 8.2.29 " , " 8.3.24 " )
55
66$PHP_SDK_VER = " 2.3.0"
77$ARCH = " x64"
@@ -14,7 +14,7 @@ $PTHREAD_W32_VER="3.0.0"
1414$LEVELDB_MCPE_VER = " 1c7564468b41610da4f498430e795ca4de0931ff" # release not tagged
1515$LIBDEFLATE_VER = " 96836d7d9d10e3e0d53e6edb54eb908514e336c4" # 1.24 - see above note about "v" prefixes
1616$LIBRDKAFKA_VER = " 2.1.1"
17- $LIBZSTD_VER = " 1.5.6 "
17+ $LIBZSTD_VER = " 1.5.7 "
1818$LIBGRPC_VER = " 1.56.2"
1919$LIBSNAPPY_VER = " 1.2.2"
2020
@@ -34,7 +34,7 @@ $PHP_ARRAYDEBUG_VER="0.2.0"
3434$PHP_ENCODING_VER = " 0.4.0"
3535$PHP_VANILLAGENERATOR_VER = " 2.1.7"
3636$PHP_LIBKAFKA_VER = " 6.0.3"
37- $PHP_ZSTD_VER = " 0.14.0 "
37+ $PHP_ZSTD_VER = " 0.15.1 "
3838$PHP_GRPC_VER = " 1.57.3"
3939
4040function pm-echo {
You can’t perform that action at this time.
0 commit comments