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