Skip to content

Commit

Permalink
Merge pull request #649 from jingjingxyk/build_native_php
Browse files Browse the repository at this point in the history
暂停 php 8.3.3 版本构建 等待 swoole 更新版本 解决 pdo_odbc bug
  • Loading branch information
jingjingxyk committed Jun 8, 2024
2 parents 5fe15ce + 052a1b9 commit 8db1dd0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
php-version:
- "8.2.13"
- "8.1.27"
- "8.3.3"
# - "8.3.3"
steps:
- uses: actions/checkout@v4
- name: Prepare Source Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
php-version:
- "8.2.13"
- "8.1.27"
- "8.3.3"
# - "8.3.3"
steps:
- uses: actions/checkout@v4
- name: Prepare Source Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
php-version:
- "8.2.13"
- "8.1.27"
- "8.3.3"
# - "8.3.3"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
php-version:
- "8.2.13"
- "8.1.27"
- "8.3.3"
# - "8.3.3"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8db1dd0

Please sign in to comment.