From b001f24ebef436c07c2fed4bfc2e3a32e8fe3d51 Mon Sep 17 00:00:00 2001 From: Pierre Tondereau Date: Mon, 26 Jun 2023 21:15:41 +0200 Subject: [PATCH 1/2] Bump cargo-php to 0.1.8 --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index e2f15b0912..aa965d3c20 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -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 "] edition = "2018" categories = ["api-bindings", "command-line-interface"] From aca77cdc2fc763123e6f7b2af22fbbe8ef9792df Mon Sep 17 00:00:00 2001 From: Pierre Tondereau Date: Mon, 26 Jun 2023 21:27:33 +0200 Subject: [PATCH 2/2] Fix docker zts installation --- .github/actions/zts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/zts/Dockerfile b/.github/actions/zts/Dockerfile index b0e60d3e58..e23f55bba5 100644 --- a/.github/actions/zts/Dockerfile +++ b/.github/actions/zts/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2-zts +FROM php:8.2-zts-bullseye WORKDIR /tmp