Skip to content

Commit 49bb8fa

Browse files
authored
Merge pull request #46 from laravel-notification-channels/php73
chore: Bumped php version to minimum 7.3
2 parents 46674b1 + 7bbc8cf commit 49bb8fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
php: [7.2, 7.3, 7.4, 8.0]
13+
php: [7.3, 7.4, 8.0]
1414
stability: [prefer-lowest, prefer-stable]
1515

1616
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.stability }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.2",
15+
"php": ">=7.3",
1616
"guzzlehttp/guzzle": "^6.2 || ^7.0",
1717
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0",
1818
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0"

0 commit comments

Comments
 (0)