Skip to content

Commit

Permalink
build(deps): drop Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
xel1045 committed Mar 26, 2024
1 parent 319688a commit e685cea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,11 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.2]
laravel: [9.*, 10.*]
laravel: [10.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.2
laravel: 9.*
dependency-version: prefer-lowest
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
# Laravel only support PHP 8.2 from v9.43
- php: 8.2
laravel: ^9.43
dependency-version: prefer-lowest
testbench: 7.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
],
"require": {
"php": "^8.1",
"illuminate/database": "^9.0|^10.0"
"illuminate/database": "^10.0"
},
"require-dev": {
"exolnet/phpcs-config": "^2.0",
"mockery/mockery": "^1.4.3",
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.3.3",
"squizlabs/php_codesniffer": "^3.6.0"
},
Expand Down

0 comments on commit e685cea

Please sign in to comment.