From 5f5c72567519cfe0f0c05368ffa563fea648fa1d Mon Sep 17 00:00:00 2001 From: "Iosif Chiriluta | eMAG, Technology" Date: Thu, 28 Mar 2024 15:25:03 +0200 Subject: [PATCH] add support for messenger:stats command added in 6.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dcc202..d714f74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.1', '8.2', '8.3', '8.4'] + php-version: ['8.1', '8.2', '8.3'] name: PHP ${{ matrix.php-version }} steps: - uses: actions/checkout@v2