Skip to content

Commit

Permalink
Merge pull request #3 from eXolnet/feature/update-php-support
Browse files Browse the repository at this point in the history
Feature/update php support
  • Loading branch information
xel1045 committed Sep 24, 2021
2 parents 2885917 + 7cad73a commit be07338
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, 8.0]
php: [7.3, 7.4, 8.0]
laravel: [6.*, 7.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand All @@ -19,9 +19,6 @@ jobs:
testbench: 5.*
- laravel: 6.*
testbench: 4.*
exclude:
- php: 7.2
laravel: 8.*

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
}
],
"require": {
"php": ">=7.2",
"php": "^7.3|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"laravelcollective/html": "^6.0"
},
"require-dev": {
"mockery/mockery": "^1.3",
"mockery/mockery": "^1.4.3",
"phpunit/phpunit": "^8.0",
"orchestra/testbench" : "^4.0|^5.0|^6.0",
"squizlabs/php_codesniffer": "^3.6.0"
Expand Down

0 comments on commit be07338

Please sign in to comment.