Skip to content

Commit

Permalink
Merge branch 'php/8.2' into php/8.3-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 21, 2023
2 parents 59ede8c + a98b90e commit 091bd1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pm-version-major: [ 5 ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install tools and dependencies
run: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion windows-compile-vs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 091bd1c

Please sign in to comment.