Skip to content

Commit

Permalink
Merge pull request #153 from netflie/update-default-graph-version-to-18
Browse files Browse the repository at this point in the history
update-default-graph-version-to-18: update default Graph version to v18
  • Loading branch information
aalbarca authored Nov 19, 2023
2 parents 2f9013e + f3b9626 commit cca16a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/WhatsAppCloudApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class WhatsAppCloudApi
/**
* @const string Default Graph API version.
*/
public const DEFAULT_GRAPH_VERSION = 'v17.0';
public const DEFAULT_GRAPH_VERSION = 'v18.0';

/**
* @var WhatsAppCloudApiApp The WhatsAppCloudApiApp entity.
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/WhatsAppCloudApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class WhatsAppCloudApiTest extends TestCase
{
use ProphecyTrait;

private const TEST_GRAPH_VERSION = 'v17.0';
private const TEST_GRAPH_VERSION = 'v18.0';

private $whatsapp_app_cloud_api;
private $client_handler;
Expand Down

0 comments on commit cca16a9

Please sign in to comment.