Skip to content

Commit

Permalink
Prepare the develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Oct 6, 2023
1 parent 5326ed2 commit c490b94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.1, 8.2]
php: [8.2]
dependency-version: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"license": "MIT",
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0",
"illuminate/support": "^10.0"
"illuminate/contracts": "^11.0",
"illuminate/support": "^11.0"
},
"require-dev": {
"laravel/framework": "^10.0",
"orchestra/testbench-core": "^8.0",
"laravel/framework": "^11.0",
"orchestra/testbench-core": "^9.0",
"phpunit/phpunit": "^10.0"
},
"autoload": {
Expand All @@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "10.x-dev"
"dev-develop": "11.x-dev"
}
},
"config": {
Expand Down

0 comments on commit c490b94

Please sign in to comment.