Skip to content

Commit

Permalink
ci: correct test each version of laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark4ne committed Dec 12, 2024
1 parent ea35d1c commit 7b42a8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
strategy:
matrix:
php_version: ['8.1', '8.2', '8.3']
laravel_version: ['^9.0', '^10.0', '^11.0']
exclude:
- php_version: '8.1'
laravel_version: '^11.0'


steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"illuminate/support": "^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5|^10.0",
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
"phpunit/phpunit": "^9.0|^10.0",
"orchestra/testbench": "^7.5|^8.0|^9.0|^10.0",
"phpstan/phpstan": "^1.9.18"
},
"license": "MIT",
Expand Down

0 comments on commit 7b42a8c

Please sign in to comment.