We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aed654 commit 944f515Copy full SHA for 944f515
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- os: [ ubuntu-latest, macos-latest ]
+ os: [ ubuntu-latest ]
16
php: [ "8.2", "8.3", "8.4" ]
17
18
name: PHP ${{ matrix.php }} - ${{ matrix.os }}
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"
},
19
"autoload": {
20
"psr-4": {
0 commit comments