Skip to content

Commit

Permalink
update-default-graph-version-to-18: update default Graph version to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbarca committed Nov 19, 2023
1 parent 2f9013e commit f3b9626
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 f3b9626

Please sign in to comment.