Skip to content

Commit

Permalink
Fixing the Laravel v10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Mar 17, 2024
1 parent a9f9893 commit a793c59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-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: [8.2, 8.3]
php: [8.1, 8.2, 8.3]
dependency-version: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"require": {
"php": "^8.2",
"ext-json": "*",
"arcanedev/support": "^11.0",
"arcanedev/support": "^10.0",
"psr/log": "^1.0|^2.0|^3.0"
},
"require-dev": {
"laravel/framework": "^11.0",
"laravel/framework": "^10.0",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "^9.0",
"orchestra/testbench-core": "^8.0",
"phpunit/phpunit": "^10.1"
},
"autoload": {
Expand All @@ -43,7 +43,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "11.x-dev"
"dev-develop": "10.x-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit a793c59

Please sign in to comment.