Skip to content

Commit

Permalink
Bump minimum PHP version to v8.2 in smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jul 10, 2024
1 parent 967ba9a commit b0738a1
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 @@ -16,7 +16,7 @@

class AAASmokeTest extends TestCase
{
private const MIN_PHP_VERSION = '8.0.0';
private const MIN_PHP_VERSION = '8.2.0';

/** @test */
public function smoke()
Expand Down

0 comments on commit b0738a1

Please sign in to comment.