Skip to content

Commit d310a56

Browse files
Fix version compare
1 parent 337f8ae commit d310a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/query/test-simple-query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public function test_delete_many() {
405405
*/
406406
public function test_insert_many( $expected, $data ) {
407407

408-
if ( version_compare( PHP_VERSION, '5.3', '<=' ) ) {
408+
if ( version_compare( PHP_VERSION, '5.4', '<' ) ) {
409409
$this->markTestSkipped( 'Proxy target not working with 5.3' );
410410
}
411411

0 commit comments

Comments
 (0)