Skip to content

Commit

Permalink
fix bug composer json file
Browse files Browse the repository at this point in the history
  • Loading branch information
hekmatinasser committed Jul 21, 2022
1 parent 990b88c commit 970edd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- laravel: 9.*
testbench: 7.*

exclude:
- laravel: 9.*
php: 7.3
- laravel: 9.*
php: 7.4

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

steps:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^^8.0|^9.0",
"illuminate/validation": "^^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/validation": "^8.0|^9.0",
"hekmatinasser/jalali": "^8.0"
},
"require-dev": {
Expand Down

0 comments on commit 970edd4

Please sign in to comment.