Skip to content

Commit

Permalink
Run native intersection test with 8.1 target version
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Jan 27, 2024
1 parent 7958c47 commit 8f9b781
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/IntersectionTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ function takesCallableObject(string $className): void {}
interface I {}
function f(SessionHandlerInterface&I $_p): void {}
PHP,
'assertions' => [],
'ignored_issues' => [],
'php_version' => '8.1',
],
];
}
Expand Down

0 comments on commit 8f9b781

Please sign in to comment.