Skip to content

Commit

Permalink
Added support for php 8.0
Browse files Browse the repository at this point in the history
Ref #33326
  • Loading branch information
ChristopheTremblay committed Sep 23, 2021
1 parent 48a40d2 commit 97c5418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .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.3, 7.4]
php: [7.3, 7.4, 8.0]
laravel: [6.*, 7.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"laravel/framework": "^6.0|^7.0|^8.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.3",
"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.3.2"
"squizlabs/php_codesniffer": "^3.6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 97c5418

Please sign in to comment.