Skip to content

Commit

Permalink
Init 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Jun 4, 2024
1 parent 47e5db4 commit 39adfb0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: ['8.1', '8.2', '8.3']
laravel: [10, 11]
php: ['8.2', '8.3']
laravel: [11]
exclude:
- php: 8.1
laravel: 11
Expand All @@ -37,11 +37,9 @@ jobs:
composer require "laravel/framework:^${{ matrix.laravel }}" --no-update
composer update --prefer-dist --no-interaction --no-progress
- name: Run Cs Fixer
run: |
./vendor/bin/php-cs-fixer fix $1 --dry-run --diff --verbose --show-progress=dots
run: ./vendor/bin/php-cs-fixer fix $1 --dry-run --diff --verbose --show-progress=dots
- name: Run Analyse
run: |
composer analyse src
run: composer analyse src
# - name: Run Test Cases
# run: |
# composer test
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"email": "[email protected]"
}],
"require": {
"php": "^8.1",
"illuminate/support": "^10.0|^11.0",
"illuminate/console": "^10.0|^11.0",
"moln/php-mysql-replication": "^1.2"
"php": "^8.2",
"illuminate/support": "^11.0",
"illuminate/console": "^11.0",
"krowinski/php-mysql-replication": "^8.0"
},
"require-dev": {
"huangdijia/php-coding-standard": "^2.1",
"orchestra/testbench": "^8.0|^9.0",
"phpstan/phpstan": "^1.0"
"orchestra/testbench": "^9.0",
"phpstan/phpstan": "^1.11"
},
"autoload": {
"files": [],
Expand All @@ -38,7 +38,7 @@
]
},
"branch-alias": {
"dev-main": "5.x-dev"
"dev-main": "6.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 39adfb0

Please sign in to comment.