Skip to content

Commit a98b90e

Browse files
committed
Merge branch 'php/8.1' into php/8.2
2 parents 9c7ea42 + 6b4c9c7 commit a98b90e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pm-version-major: [4, 5]
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- name: Install tools and dependencies
2626
run: |
@@ -79,7 +79,7 @@ jobs:
7979
pm-version-major: [ 4, 5 ]
8080

8181
steps:
82-
- uses: actions/checkout@v3
82+
- uses: actions/checkout@v4
8383

8484
- name: Install tools and dependencies
8585
run: brew install libtool autoconf automake pkg-config bison re2c
@@ -136,7 +136,7 @@ jobs:
136136
pm-version-major: [ 4, 5 ]
137137

138138
steps:
139-
- uses: actions/checkout@v3
139+
- uses: actions/checkout@v4
140140

141141
- name: Install tools and dependencies
142142
run: choco install wget --no-progress
@@ -173,7 +173,7 @@ jobs:
173173
if: ${{ startsWith(github.ref_name, 'php/') && github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[no release]') }}
174174

175175
steps:
176-
- uses: actions/checkout@v3
176+
- uses: actions/checkout@v4
177177

178178
- name: Set version information
179179
id: version

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SQLITE3_VERSION="3440000" #3.44.0
1515
LIBDEFLATE_VERSION="dd12ff2b36d603dbb7fa8838fe7e7176fcbd4f6f" #1.19
1616

1717
EXT_PTHREADS_VERSION="4.2.2"
18-
EXT_PMMPTHREAD_VERSION="6.0.10"
18+
EXT_PMMPTHREAD_VERSION="6.0.11"
1919
EXT_YAML_VERSION="2.2.3"
2020
EXT_LEVELDB_VERSION="317fdcd8415e1566fc2835ce2bdb8e19b890f9f3"
2121
EXT_CHUNKUTILS2_VERSION="0.3.5"

windows-compile-vs.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set LEVELDB_MCPE_VER=1c7564468b41610da4f498430e795ca4de0931ff
2424
set LIBDEFLATE_VER=dd12ff2b36d603dbb7fa8838fe7e7176fcbd4f6f
2525

2626
set PHP_PTHREADS_VER=4.2.2
27-
set PHP_PMMPTHREAD_VER=6.0.10
27+
set PHP_PMMPTHREAD_VER=6.0.11
2828
set PHP_YAML_VER=2.2.3
2929
set PHP_CHUNKUTILS2_VER=0.3.5
3030
set PHP_IGBINARY_VER=3.2.14

0 commit comments

Comments
 (0)