Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com>
  • Loading branch information
lloricode committed Mar 5, 2024
1 parent f36b1a0 commit 46ce26d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.2, 8.3]
laravel: [^9.51.0, ^10.0.0, ^11.0.0]
laravel: [^10.0.0, ^11.0.0]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: ^11.0.0
testbench: ^9.0.0
- laravel: ^10.0.0
testbench: ^8.0.0
- laravel: ^9.51.0
testbench: ^7.22.0
exclude:
- php: 8.1
laravel: ^11.0.0
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"illuminate/contracts": "^9.51.0|^10.0.0",
"illuminate/contracts": "^10.0.0",
"lloricode/paymaya-sdk-php": "^2.0.0",
"spatie/laravel-package-tools": "^1.16.2"
},
"require-dev": {
"composer-runtime-api": "^2.2.2",
"laravel/pint": "^1.14",
"nesbot/carbon": "^2.72.3",
"orchestra/testbench": "^7.22.0|^8.21.1",
"orchestra/testbench": "^8.21.1",
"pestphp/pest": "^2.34.1",
"pestphp/pest-plugin-laravel": "^2.3",
"phpstan/extension-installer": "^1.3.1",
Expand Down
5 changes: 2 additions & 3 deletions tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@

uses(TestCase::class)
->beforeEach(function () {
if (version_compare(app()->version(), '9.0.0', '>=')) {
Http::preventStrayRequests();
}
Http::preventStrayRequests();

config([
'paymaya-sdk.keys' => [
'public' => 'public-xxx',
Expand Down

0 comments on commit 46ce26d

Please sign in to comment.