From ab3c928a133e2b3bdb72d395833cdaede70f98e1 Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Mon, 18 Nov 2024 19:45:02 +0400 Subject: [PATCH] Add PHP feature tests --- .github/workflows/features-integration.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/features-integration.yml b/.github/workflows/features-integration.yml index 44985c1b..30e1f85c 100644 --- a/.github/workflows/features-integration.yml +++ b/.github/workflows/features-integration.yml @@ -42,6 +42,14 @@ jobs: version-is-repo-ref: false docker-image-artifact-name: temporal-server-docker + feature-tests-php: + needs: build-docker-image + uses: temporalio/features/.github/workflows/php.yaml@main + with: + version: __latest_features_docker_image__ + version-is-repo-ref: false + docker-image-artifact-name: temporal-server-docker + feature-tests-java: needs: build-docker-image uses: temporalio/features/.github/workflows/java.yaml@main