Skip to content

Commit 8b87e40

Browse files
authored
Bump cargo-php to 0.1.8 (#248)
* Bump cargo-php to 0.1.8 * Fix docker zts installation
1 parent 654692d commit 8b87e40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2-zts
1+
FROM php:8.2-zts-bullseye
22

33
WORKDIR /tmp
44

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
55
homepage = "https://github.com/davidcole1340/ext-php-rs"
66
license = "MIT OR Apache-2.0"
77
keywords = ["php", "ffi", "zend"]
8-
version = "0.1.7"
8+
version = "0.1.8"
99
authors = ["David Cole <david.cole1340@gmail.com>"]
1010
edition = "2018"
1111
categories = ["api-bindings", "command-line-interface"]

0 commit comments

Comments
 (0)