diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a85c4bc..eaa43a7 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -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 }} diff --git a/composer.json b/composer.json index 5417fb6..e98cb95 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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"