Skip to content

Commit d3e1fae

Browse files
authored
Add support for Laravel 8 (#968)
1 parent e78b2c0 commit d3e1fae

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 10
1515
matrix:
16-
php: ['7.2', '7.3', '7.4']
16+
php: ['7.2', '7.3', '7.4', '8.0']
1717

1818
steps:
1919
- name: Set up PHP

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- Support for Laravel 8
8+
59
## 0.1.2
610

711
### Changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"require": {
1515
"php": "^7.2.5 || ^8.0",
1616
"async-aws/sqs": "^1.1",
17-
"illuminate/queue": "^6.18.11 || ^7.10",
18-
"illuminate/support": "^6.18.13 || ^7.10"
17+
"illuminate/queue": "^6.18.11 || ^7.10 || ^8.0",
18+
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0"
1919
},
2020
"extra": {
2121
"branch-alias": {

0 commit comments

Comments
 (0)