Skip to content

Commit

Permalink
Fix github testing
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiiYoussef committed Feb 20, 2024
1 parent 67a5f35 commit c1993b7
Show file tree
Hide file tree
Showing 3 changed files with 7,125 additions and 2,596 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
php: [8.1, 8.2]
laravel: [10.*]
phpunit: [9.*]
phpunit: [9.6]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
Expand Down
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"kwn/php-rdkafka-stubs": "^2.2",
"mockery/mockery": "^1.6",
"phpro/grumphp": "^2.5",
"phpunit/phpunit": "^11.0",
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.9"
},
"autoload": {
Expand All @@ -49,5 +49,10 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
"prefer-stable": true,
"config": {
"allow-plugins": {
"phpro/grumphp": true
}
}
}
Loading

0 comments on commit c1993b7

Please sign in to comment.