Skip to content

Commit

Permalink
update PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Oct 30, 2024
1 parent dae9cc3 commit 5228877
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 21 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:
type: string

env:
BUILD_PHP_VERSION: 8.2.13
BUILD_PHP_VERSION: 8.2.25

jobs:
linux-x86_64:
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/macos-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
BUILD_PHP_VERSION: 8.2.13
BUILD_PHP_VERSION: 8.2.25

jobs:
macos-x86_64:
Expand All @@ -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
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/windows-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
BUILD_PHP_VERSION: 8.2.13
BUILD_PHP_VERSION: 8.2.25

jobs:
windows-cygwin:
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion sapi/scripts/cygwin/cygwin-config-ext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5228877

Please sign in to comment.