diff --git a/.github/workflows/linux-aarch64.yml b/.github/workflows/linux-aarch64.yml index 7df003e3..be75e70c 100644 --- a/.github/workflows/linux-aarch64.yml +++ b/.github/workflows/linux-aarch64.yml @@ -3,7 +3,7 @@ name: build-php-cli-linux-aarch64 on: [ push, pull_request ] env: - BUILD_PHP_VERSION: 8.2.13 + BUILD_PHP_VERSION: 8.2.25 jobs: linux-aarch64: @@ -12,9 +12,9 @@ jobs: strategy: matrix: php-version: - - "8.2.23" - - "8.1.29" - - "8.3.11" + - "8.2.25" + - "8.1.30" + - "8.3.13" steps: - uses: actions/checkout@v4 - name: Show Environment Info diff --git a/.github/workflows/linux-x86_64.yml b/.github/workflows/linux-x86_64.yml index b89b8365..5f927939 100644 --- a/.github/workflows/linux-x86_64.yml +++ b/.github/workflows/linux-x86_64.yml @@ -39,7 +39,7 @@ on: type: string env: - BUILD_PHP_VERSION: 8.2.13 + BUILD_PHP_VERSION: 8.2.25 jobs: linux-x86_64: @@ -48,9 +48,9 @@ jobs: strategy: matrix: php-version: - - "8.2.23" - - "8.1.29" - - "8.3.11" + - "8.2.25" + - "8.1.30" + - "8.3.13" steps: - uses: actions/checkout@v4 - name: Show Environment Info diff --git a/.github/workflows/macos-aarch64.yml b/.github/workflows/macos-aarch64.yml index 3cf4fe29..ec6174be 100644 --- a/.github/workflows/macos-aarch64.yml +++ b/.github/workflows/macos-aarch64.yml @@ -3,7 +3,7 @@ name: build-php-cli-macos-aarch64 on: [ push, pull_request ] env: - BUILD_PHP_VERSION: 8.2.13 + BUILD_PHP_VERSION: 8.2.25 jobs: macos-aarch64: @@ -17,9 +17,9 @@ jobs: strategy: matrix: php-version: - - "8.2.23" - - "8.1.29" - - "8.3.11" + - "8.2.25" + - "8.1.30" + - "8.3.13" steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/macos-x86_64.yml b/.github/workflows/macos-x86_64.yml index cdcb3db5..a6ec173f 100644 --- a/.github/workflows/macos-x86_64.yml +++ b/.github/workflows/macos-x86_64.yml @@ -5,7 +5,7 @@ on: pull_request: env: - BUILD_PHP_VERSION: 8.2.13 + BUILD_PHP_VERSION: 8.2.25 jobs: macos-x86_64: @@ -19,9 +19,9 @@ jobs: strategy: matrix: php-version: - - "8.2.23" - - "8.1.29" - - "8.3.11" + - "8.2.25" + - "8.1.30" + - "8.3.13" steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/windows-cygwin.yml b/.github/workflows/windows-cygwin.yml index 32977378..a7ca0296 100644 --- a/.github/workflows/windows-cygwin.yml +++ b/.github/workflows/windows-cygwin.yml @@ -5,7 +5,7 @@ on: pull_request: env: - BUILD_PHP_VERSION: 8.2.13 + BUILD_PHP_VERSION: 8.2.25 jobs: windows-cygwin: @@ -14,9 +14,10 @@ jobs: strategy: matrix: php-version: - - "8.2.23" - - "8.1.29" - - "8.3.11" + - "8.2.25" + - "8.1.30" + - "8.3.13" + steps: - name: Prepare git run: | diff --git a/sapi/scripts/cygwin/cygwin-config-ext.sh b/sapi/scripts/cygwin/cygwin-config-ext.sh index 7bafc047..5b83b45f 100644 --- a/sapi/scripts/cygwin/cygwin-config-ext.sh +++ b/sapi/scripts/cygwin/cygwin-config-ext.sh @@ -13,7 +13,7 @@ cd ${__PROJECT__} ROOT=${__PROJECT__} -PHP_VERSION='8.2.23' +PHP_VERSION='8.2.25' SWOOLE_VERSION='v5.1.4' while [ $# -gt 0 ]; do