Skip to content

Commit

Permalink
Drop support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMwangiW committed Sep 17, 2024
1 parent 37fbe86 commit 71788a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.2, 8.3 ]

steps:
- uses: actions/checkout@v4
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,12 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
laravel: [10.*, 11.*]
php: [8.2, 8.3]
laravel: [11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
exclude:
- php: 8.1
laravel: 11.*

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

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
}
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0|^11.0",
"php": "^8.2",
"illuminate/contracts": "^11.0",
"saloonphp/laravel-plugin": "^3.5",
"spatie/laravel-package-tools": "^1.14"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.4",
"larastan/larastan": "^2.7",
"nunomaduro/collision": "^7.0|^8.0.1",
"orchestra/testbench": "^8.0|^9.0",
"nunomaduro/collision": "^8.0.1",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^3.0",
"pestphp/pest-plugin-laravel": "^3.0",
"phpstan/extension-installer": "^1.4",
Expand Down

0 comments on commit 71788a2

Please sign in to comment.