Skip to content

Commit

Permalink
Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Feb 15, 2023
1 parent 7757bc9 commit c07ee55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
phpunit:
strategy:
matrix:
php_version: [8.0, 8.1]
php_version: [8.1, 8.2]
dependency_version: ["highest", "lowest"]
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ composer.lock
cghooks.lock

.php-cs-fixer.cache
.phpunit.cache
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
"rogervila/array-diff-multidimensional": "^2.1"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^10.0",
"orchestra/testbench": "^9.0",
"mockery/mockery": "^1.4",
"laravel/pint": "^1.2"
"laravel/pint": "^1.5",
"brainmaestro/composer-git-hooks": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c07ee55

Please sign in to comment.