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 3b20c02 commit f36b1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0, 8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3]
laravel: [^9.51.0, ^10.0.0, ^11.0.0]
stability: [prefer-lowest, prefer-stable]
include:
Expand All @@ -22,10 +22,6 @@ jobs:
exclude:
- php: 8.1
laravel: ^11.0.0
- php: 8.0
laravel: ^11.0.0
- php: 8.0
laravel: ^10.0.0


name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-json": "*",
"illuminate/contracts": "^9.51.0|^10.0.0",
"lloricode/paymaya-sdk-php": "^2.0.0",
Expand Down

0 comments on commit f36b1a0

Please sign in to comment.