From e6ec31d3ffc181d3215faf3642ee3fcb0c6407f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Albarca?= Date: Mon, 29 Apr 2024 19:17:21 +0200 Subject: [PATCH] Update Workflow action with PHPv8.2 --- .github/workflows/php.yml | 2 +- composer.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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"