From 26362c5fe94ef3a717be63a9e4048bb1621986cc Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 17 Jul 2024 05:52:46 +0200 Subject: [PATCH] fix GitHub Actions config file syntax --- .github/workflows/unit-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index ba7a80b..c00148d 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - include: + php: - '7.1' - '7.2' - '7.3'