Skip to content

Commit

Permalink
Removed PHP 5.6 from WordPress latest and added it to previous. (#32353)
Browse files Browse the repository at this point in the history
* Removed PHP 5.6 from WordPress latest and added it to previous.

* Fixed duplicates.

* Shifted 6.2 back to 8.1.

* Moved 6.2 back to 8.0.

* Cxn Tests: remove tests that will not work on 6.3

* Boost: bump composer.lock to use the latest version of wordbless

* Roots: Upgrade the tests to dev-main

* Moving wordpress-no-content to dev-main as well.

---------

Co-authored-by: Brandon Kraft <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5809160586
  • Loading branch information
zinigor authored and matticbot committed Aug 9, 2023
1 parent aba0978 commit 8a90971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies.

### Removed
- Tests: remove invalid tests for WP 6.3

## [1.56.0] - 2023-08-01
### Added
- Add a filter to modify response for the `jetpack.idcUrlValidation` endpoint, add unit test. [#32005]
Expand Down
11 changes: 0 additions & 11 deletions tests/php/test_Signature.php
Original file line number Diff line number Diff line change
Expand Up @@ -366,22 +366,11 @@ public function get_request_port_data_provider() {
),

// Invalid values.
array(
'',
new stdClass(),
'',
),
array(
'',
'string',
'',
),
array(
'',
array( 'string' ),
'',
),

);
}

Expand Down

0 comments on commit 8a90971

Please sign in to comment.