From 16f3c590ca71f27607f730f35f76aede5fb2ff52 Mon Sep 17 00:00:00 2001 From: Andreas Hennings Date: Thu, 31 Oct 2024 14:40:37 +0100 Subject: [PATCH] Issue #28: Report php version in github action. --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eff7723..1e2eda1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,4 +25,8 @@ jobs: - run: composer install --no-interaction - - run: vendor/bin/phpunit + - name: PhpUnit + run: | + set -x + php --version + vendor/bin/phpunit