Skip to content

Commit

Permalink
Bump cargo-php to 0.1.8 (davidcole1340#248)
Browse files Browse the repository at this point in the history
* Bump cargo-php to 0.1.8

* Fix docker zts installation
  • Loading branch information
ptondereau authored Jun 26, 2023
1 parent 654692d commit 8b87e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/zts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-zts
FROM php:8.2-zts-bullseye

WORKDIR /tmp

Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
homepage = "https://github.com/davidcole1340/ext-php-rs"
license = "MIT OR Apache-2.0"
keywords = ["php", "ffi", "zend"]
version = "0.1.7"
version = "0.1.8"
authors = ["David Cole <[email protected]>"]
edition = "2018"
categories = ["api-bindings", "command-line-interface"]
Expand Down

0 comments on commit 8b87e40

Please sign in to comment.