Skip to content

Commit 5ca9b2e

Browse files
committed
Remove support for Laravel 7 due to security concerns.
1 parent f6b67f2 commit 5ca9b2e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ jobs:
99
strategy:
1010
matrix:
1111
php: [7.4, 7.3]
12-
laravel: [8.*, 7.*]
12+
laravel: [8.*]
1313
include:
1414
- laravel: 8.*
1515
testbench: 6.*
16-
- laravel: 7.*
17-
testbench: ^5.2
1816

1917
name: PHP${{ matrix.php }} - L${{ matrix.laravel }}
2018

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This package provides an easy way of adding AWS SNS message handling to your Lar
55
[Instructions for creating an SNS topic in AWS can be found here](https://docs.aws.amazon.com/sns/latest/dg/sns-create-topic.html)
66

77
##How to add SNS Handler to your Application
8-
**Note: This package currently requires Laravel >= 7.0.**
8+
**Note: This package currently requires Laravel >= 8.0. Laravel 7 is no longer supported due to security concerns.**
99

1010
Use composer to require the package:
1111

0 commit comments

Comments
 (0)