Skip to content

Commit

Permalink
Drop support for PHP 7, Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Mar 19, 2024
1 parent 265604e commit 750507e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
24 changes: 7 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,26 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.3, 8.2, 8.1, 8.0, 7.4 ]
laravel: [ 11.*, 10.*, 9.*, 8.*, 7.* ]
php: [ 8.3, 8.2, 8.1, 8.0 ]
laravel: [ 11.*, 10.*, 9.*, 8.* ]
include:
- laravel: 11.*
testbench: 8.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*
exclude:
# Laravel 11: PHP 8.2+ only
- laravel: 11.*
php: 8.0
php: 8.1
- laravel: 11.*
php: 7.4
- laravel: 10.*
php: 8.0
# Laravel 10: PHP 8.1+ only
- laravel: 10.*
php: 7.4
- laravel: 9.*
php: 7.4
- laravel: 7.*
php: 8.3
- laravel: 7.*
php: 8.2
- laravel: 7.*
php: 8.1
php: 8.0

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"require-dev": {
"mockery/mockery": "^1.4.2",
"orchestra/testbench": "^6.0 | ^7.0 | ^v8.0",
"orchestra/testbench": "^6.0 | ^7.0 | ^v8.0 | ^9.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
Expand Down

0 comments on commit 750507e

Please sign in to comment.