Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Jan 19, 2025
1 parent 8aed654 commit 944f515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 944f515

Please sign in to comment.