diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 45670f5e..b67f3f5e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: pm-version-major: [ 5 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install tools and dependencies run: | @@ -79,7 +79,7 @@ jobs: pm-version-major: [ 5 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install tools and dependencies run: brew install libtool autoconf automake pkg-config bison re2c @@ -136,7 +136,7 @@ jobs: pm-version-major: [ 5 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install tools and dependencies run: choco install wget --no-progress @@ -173,7 +173,7 @@ jobs: if: ${{ startsWith(github.ref_name, 'php/') && github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[no release]') }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set version information id: version diff --git a/compile.sh b/compile.sh index 34b34e7f..745268c4 100755 --- a/compile.sh +++ b/compile.sh @@ -15,7 +15,7 @@ SQLITE3_VERSION="3440000" #3.44.0 LIBDEFLATE_VERSION="dd12ff2b36d603dbb7fa8838fe7e7176fcbd4f6f" #1.19 EXT_PTHREADS_VERSION="4.2.2" -EXT_PMMPTHREAD_VERSION="6.0.10" +EXT_PMMPTHREAD_VERSION="6.0.11" EXT_YAML_VERSION="2.2.3" EXT_LEVELDB_VERSION="317fdcd8415e1566fc2835ce2bdb8e19b890f9f3" EXT_CHUNKUTILS2_VERSION="0.3.5" diff --git a/windows-compile-vs.bat b/windows-compile-vs.bat index a7f9b862..73eb0b8b 100644 --- a/windows-compile-vs.bat +++ b/windows-compile-vs.bat @@ -24,7 +24,7 @@ set LEVELDB_MCPE_VER=1c7564468b41610da4f498430e795ca4de0931ff set LIBDEFLATE_VER=dd12ff2b36d603dbb7fa8838fe7e7176fcbd4f6f set PHP_PTHREADS_VER=4.2.2 -set PHP_PMMPTHREAD_VER=6.0.10 +set PHP_PMMPTHREAD_VER=6.0.11 set PHP_YAML_VER=2.2.3 set PHP_CHUNKUTILS2_VER=0.3.5 set PHP_IGBINARY_VER=3.2.14