Skip to content

Commit

Permalink
Preparing the develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Mar 18, 2024
1 parent 4e76e84 commit e2b3fdb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.0, 8.1]
php: [8.1]
dependency-version: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}
Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ checks:
tools:
external_code_coverage:
timeout: 600
runs: 4
runs: 2
php_code_sniffer:
enabled: true
config:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-json": "*",
"arcanedev/support": "^9.0"
"arcanedev/support": "^10.0"
},
"require-dev": {
"laravel/framework": "^9.0",
"laravel/framework": "^10.0",
"mockery/mockery": "^1.4.2",
"orchestra/testbench-core": "^7.0",
"orchestra/testbench-core": "^8.0",
"phpunit/phpunit": "^9.5.10",
"predis/predis": "^1.1.9"
},
Expand All @@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "9.x-dev"
"dev-develop": "10.x-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit e2b3fdb

Please sign in to comment.