Skip to content

Commit

Permalink
Bump min PHP ver in smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jan 27, 2022
1 parent e28e460 commit 5cf71ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AAASmokeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class AAASmokeTest extends TestCase
{
const MIN_PHP_VERSION = '7.0.0';
const MIN_PHP_VERSION = '8.0.0';

/**
* @test
Expand Down

0 comments on commit 5cf71ad

Please sign in to comment.