Skip to content

Commit 944f515

Browse files
committed
更新依赖
1 parent 8aed654 commit 944f515

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ ubuntu-latest, macos-latest ]
15+
os: [ ubuntu-latest ]
1616
php: [ "8.2", "8.3", "8.4" ]
1717

1818
name: PHP ${{ matrix.php }} - ${{ matrix.os }}

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"workerman/workerman": "^5.0",
1414
"topthink/framework": "^8.0",
1515
"revolt/event-loop": "^1.0",
16-
"workerman/redis": "^2.0"
16+
"workerman/redis": "^2.0",
17+
"symfony/finder": ">=4.3"
1718
},
1819
"autoload": {
1920
"psr-4": {

0 commit comments

Comments
 (0)