Skip to content

Commit 178e6f3

Browse files
authored
wip php 8.3 (#29)
1 parent 27f9808 commit 178e6f3

File tree

7 files changed

+31
-0
lines changed

7 files changed

+31
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- 20200930 # PHP 8.0
3131
- 20210902 # PHP 8.1
3232
- 20220829 # PHP 8.2
33+
- 20230831 # PHP 8.3
3334

3435
steps:
3536
- name: Checkout
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.3.*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20131226/igbinary
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.3.*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20131226/msgpack
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.3.*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20131226/openswoole
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.3.*, libraries/liblzf-*, libraries/lz4-*, libraries/zstd-*, extensions/no-debug-non-zts-20220829/igbinary-*, extensions/no-debug-non-zts-20220829/msgpack-*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20131226/redis
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.3.*, libraries/liblzf-*, libraries/lz4-*, libraries/zstd-*, extensions/no-debug-non-zts-20220829/igbinary-*, extensions/no-debug-non-zts-20220829/msgpack-*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20131226/relay
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.3.*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20131226/swoole

0 commit comments

Comments
 (0)