Skip to content

Commit

Permalink
Support for PHP 8.3 and Laravel 11 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet authored Mar 19, 2024
1 parent 5db9c88 commit a33794a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.2, 8.1]
laravel: [10.2]
php: [8.3, 8.2]
laravel: [11.0, 10.2]

name: Test Stubs P${{ matrix.php }} - L${{ matrix.laravel }}

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
}
],
"require": {
"php": "^8.1",
"illuminate/console": "^9.37|^10.0",
"illuminate/filesystem": "^9.37|^10.0",
"illuminate/support": "^9.37|^10.0",
"illuminate/validation": "^9.37|^10.0",
"protonemedia/laravel-splade": "^1.4.9"
"php": "^8.2",
"illuminate/console": "^10.48.3|^11.0",
"illuminate/filesystem": "^10.48.3|^11.0",
"illuminate/support": "^10.48.3|^11.0",
"illuminate/validation": "^10.48.3|^11.0",
"protonemedia/laravel-splade": "^1.4.18"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a33794a

Please sign in to comment.