Skip to content

Commit

Permalink
Rquire php 8.2 for DNF type test
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Nov 11, 2023
1 parent 2b87d96 commit 2a7f771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AopCodeGenTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function method21()', $code);
public function method22()', $code);
}

/** @requires PHP 8.1 */
/** @requires PHP 8.2 */
public function testVariousMethodSignaturePhp82(): void
{
$bind = new Bind();
Expand Down

0 comments on commit 2a7f771

Please sign in to comment.