Skip to content

Commit

Permalink
Merge pull request #25 from netflie/update-workflow-php8.2
Browse files Browse the repository at this point in the history
Update Workflow action with PHPv8.2
  • Loading branch information
aalbarca authored Apr 29, 2024
2 parents f6b00ce + e6ec31d commit c5d93b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4, 8.0, 8.1]
php: [7.4, 8.0, 8.1, 8.2]

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

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"description": "Laravel notification driver for WhatsApp",
"homepage": "https://github.com/netflie/laravel-notification-whatsapp",
"license": "MIT",
"version": "1.2.0",
"keywords": [
"whatsapp notification",
"laravel",
Expand All @@ -20,7 +19,7 @@
}
],
"require": {
"php": ">=7.4 || ^8.2",
"php": ">=7.4",
"illuminate/notifications": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"netflie/whatsapp-cloud-api": "^2.2.0"
Expand Down

0 comments on commit c5d93b6

Please sign in to comment.