Skip to content

Commit

Permalink
Merge pull request #51 from laravel/drop-old-versions
Browse files Browse the repository at this point in the history
Drop old PHP and laravel versions
  • Loading branch information
taylorotwell authored Jan 13, 2022
2 parents 0f0d597 + 04344f0 commit fd106d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, '8.0', 8.1]
laravel: [6, 7, 8]
exclude:
- php: 7.2
laravel: 8
- php: 8.1
laravel: 6
- php: 8.1
laravel: 7
php: ['8.0', 8.1]
laravel: [8]

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

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}
],
"require": {
"php": "^7.2|^8.0",
"illuminate/notifications": "^6.0|^7.0|^8.0",
"php": "^8.0",
"illuminate/notifications": "^8.0",
"nexmo/laravel": "^2.4"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0|^9.3"
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fd106d2

Please sign in to comment.