From 944f515e64c7863559086e74d90e8fa81e8043f2 Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Sun, 19 Jan 2025 21:14:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- composer.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60b0cb3..6383027 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, macos-latest ] + os: [ ubuntu-latest ] php: [ "8.2", "8.3", "8.4" ] name: PHP ${{ matrix.php }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index cf2a8cd..52081ee 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,8 @@ "workerman/workerman": "^5.0", "topthink/framework": "^8.0", "revolt/event-loop": "^1.0", - "workerman/redis": "^2.0" + "workerman/redis": "^2.0", + "symfony/finder": ">=4.3" }, "autoload": { "psr-4": {