Skip to content

Commit

Permalink
Laravel 11.21: Patch Container (#25)
Browse files Browse the repository at this point in the history
* Laravel 11.21: Patch Container/BoundMethod
- Additionally: Upgrades dependencies to latest versions.

* Laravel 11.21: Pint Fix

* Laravel 11.21: Disable tests for PHP 8.1, 8.2

* Laravel 11.21: Require Laravel 11.21

* Laravel 11.21: Require Testbench 9.3

* Laravel 11.21: Include Testbench 9.3 in workflow.
  • Loading branch information
michael-rubel authored Aug 21, 2024
1 parent b8185d2 commit 87fa2cd
Show file tree
Hide file tree
Showing 19 changed files with 1,000 additions and 821 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,10 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
laravel: ['10.*', '11.*']
php: [8.3]
laravel: ['11.*']
testbench: ['9.3']
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 11.*
php: 8.1

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
}
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0|^11.0",
"php": "^8.3",
"illuminate/contracts": "^11.21",
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
"brianium/paratest": "^6.3|^7.4",
"brianium/paratest": "^7.4",
"infection/infection": "^0.27.3",
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0|^7.0|^8.0",
"nunomaduro/collision": "^8.0",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^9.5|^10.5"
"orchestra/testbench": "^9.3",
"phpunit/phpunit": "^10.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 87fa2cd

Please # to comment.