Skip to content

Commit

Permalink
chore(bindings/php): bump ext-php-rs to support latest php & separate…
Browse files Browse the repository at this point in the history
… workspace (#3799)

* chore(bindings/php): bump ext-php-rs to support latest php

Signed-off-by: suyanhanx <[email protected]>

* add new version

Signed-off-by: suyanhanx <[email protected]>

* try workflow

Signed-off-by: suyanhanx <[email protected]>

* move bindings/php out of workspace

Signed-off-by: suyanhanx <[email protected]>

* revert workflow

Signed-off-by: suyanhanx <[email protected]>

* revert workflow

Signed-off-by: suyanhanx <[email protected]>

---------

Signed-off-by: suyanhanx <[email protected]>
  • Loading branch information
suyanhanx authored Dec 22, 2023
1 parent 5e369d2 commit f9de161
Show file tree
Hide file tree
Showing 5 changed files with 2,625 additions and 190 deletions.
176 changes: 0 additions & 176 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@

[workspace]
default-members = ["core"]
exclude = ["examples", "bindings/ocaml", "bindings/ruby"]
exclude = [
"examples",

"bindings/ocaml",
"bindings/php",
"bindings/ruby"
]
members = [
"core",
"core/fuzz",
Expand All @@ -31,7 +37,6 @@ members = [
"bindings/haskell",
"bindings/lua",
"bindings/dotnet",
"bindings/php",
"bindings/cpp",

"bin/oli",
Expand Down
Loading

0 comments on commit f9de161

Please sign in to comment.