From 6ae671a190bbe29c8ea160fd32a11fc66f91ec86 Mon Sep 17 00:00:00 2001 From: Artem Tykhonov Date: Wed, 29 May 2024 14:50:36 +0300 Subject: [PATCH] fix: ci.yaml syntax error --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 78ffe99..b23f914 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - '^5.4' - '^6.0' - '^6.2' - '^7.0' + - '^7.0' include: - description: 'Log Code Coverage' php: '8.2'