Skip to content

Commit

Permalink
wip php 8.3 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Dec 12, 2023
1 parent 27f9808 commit 178e6f3
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- 20200930 # PHP 8.0
- 20210902 # PHP 8.1
- 20220829 # PHP 8.2
- 20230831 # PHP 8.3

steps:
- name: Checkout
Expand Down
5 changes: 5 additions & 0 deletions extensions/no-debug-non-zts-20230831/igbinary-3.2.15
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php
# Build Deps: php-8.3.*

source $(dirname $0)/../no-debug-non-zts-20131226/igbinary
5 changes: 5 additions & 0 deletions extensions/no-debug-non-zts-20230831/msgpack-2.2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php
# Build Deps: php-8.3.*

source $(dirname $0)/../no-debug-non-zts-20131226/msgpack
5 changes: 5 additions & 0 deletions extensions/no-debug-non-zts-20230831/openswoole-4.12.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php
# Build Deps: php-8.3.*

source $(dirname $0)/../no-debug-non-zts-20131226/openswoole
5 changes: 5 additions & 0 deletions extensions/no-debug-non-zts-20230831/redis-6.0.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php
# 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-*

source $(dirname $0)/../no-debug-non-zts-20131226/redis
5 changes: 5 additions & 0 deletions extensions/no-debug-non-zts-20230831/relay-0.6.8
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php
# 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-*

source $(dirname $0)/../no-debug-non-zts-20131226/relay
5 changes: 5 additions & 0 deletions extensions/no-debug-non-zts-20230831/swoole-4.8.13
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php
# Build Deps: php-8.3.*

source $(dirname $0)/../no-debug-non-zts-20131226/swoole

0 comments on commit 178e6f3

Please sign in to comment.