Skip to content

Commit

Permalink
Skip WoollyM tests ont PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-boudry committed Apr 22, 2024
1 parent 574e257 commit c53dae9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
use CondorcetPHP\Condorcet\Throwable\Internal\CondorcetInternalError;
use MammothPHP\WoollyM\DataDrivers\DriversExceptions\KeyNotExistException;
use MammothPHP\WoollyM\DataFrame;
use PHPUnit\Framework\Attributes\RequiresPhp;

#[RequiresPhp('8.3')]
class WoollyDriver implements DataHandlerDriverInterface
{
public string $voteColumnName = 'vote';
Expand Down

0 comments on commit c53dae9

Please sign in to comment.