Skip to content

Commit

Permalink
Bump Laravel and PHP versions (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Dec 13, 2023
1 parent acc947b commit 7ea5261
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['8.0', 8.1, 8.2, 8.3]
laravel: [9, 10]
exclude:
- php: '8.0'
laravel: 10
- php: 8.3
laravel: 9
php: [8.1, 8.2, 8.3]
laravel: [10]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-json": "*",
"illuminate/console": "^9.21|^10.0",
"illuminate/contracts": "^9.21|^10.0",
"illuminate/database": "^9.21|^10.0",
"illuminate/http": "^9.21|^10.0",
"illuminate/log": "^9.21|^10.0",
"illuminate/notifications": "^9.21|^10.0",
"illuminate/pagination": "^9.21|^10.0",
"illuminate/routing": "^9.21|^10.0",
"illuminate/support": "^9.21|^10.0",
"illuminate/view": "^9.21|^10.0",
"illuminate/console": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/database": "^10.0",
"illuminate/http": "^10.0",
"illuminate/log": "^10.0",
"illuminate/notifications": "^10.0",
"illuminate/pagination": "^10.0",
"illuminate/routing": "^10.0",
"illuminate/support": "^10.0",
"illuminate/view": "^10.0",
"moneyphp/money": "^4.0",
"nesbot/carbon": "^2.0",
"stripe/stripe-php": "^13.0",
Expand All @@ -39,7 +39,7 @@
"require-dev": {
"dompdf/dompdf": "^2.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^7.14|^8.14",
"orchestra/testbench": "^8.14",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.0"
},
Expand Down

0 comments on commit 7ea5261

Please sign in to comment.