Skip to content

Commit

Permalink
update the setup php sdk action
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Oct 23, 2024
1 parent abff3e5 commit 6f648e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ini-values: xdebug.overload_var_dump=0, memory_limit=4G, phar.readonly=false

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
ini-values: xdebug.overload_var_dump=0, memory_limit=4G, phar.readonly=false

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -108,12 +108,11 @@ jobs:
with:
submodules: recursive
- id: setup-php-sdk
uses: cmb69/setup-php-sdk@v0.6
uses: php/setup-php-sdk@v0.10
with:
version: '8.0'
arch: ${{ matrix.arch }}
ts: ts
deps: openssl
version: 8.0
arch: x64
ts: nts
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.arch }}
Expand Down Expand Up @@ -175,7 +174,7 @@ jobs:
php-version: '8.0'

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion ext/php_aws_crt.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#define AWS_PHP_AT_LEAST_7 (ZEND_EXTENSION_API_NO >= AWS_PHP_EXTENSION_API_7_0)
#define AWS_PHP_AT_LEAST_7_2 (ZEND_EXTENSION_API_NO >= AWS_PHP_EXTENSION_API_7_2)

#define PHP_AWSCRT_VERSION "1.2.3"
#define PHP_AWSCRT_VERSION "1.2.7"

ZEND_BEGIN_MODULE_GLOBALS(awscrt)
long log_level;
Expand Down

0 comments on commit 6f648e8

Please sign in to comment.