Skip to content

Commit

Permalink
Add migration API support for PHP 8.4 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyrob authored Dec 19, 2024
1 parent b7e9fe7 commit 0665881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v1/migration/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
],
'php' => [
'min' => '7.4',
'max' => '8.3.999',
'max_display' => '8.3.x',
'max' => '8.4.999',
'max_display' => '8.4.x',
],
'links' => [
'ClassicPress v2' => $build_url,
Expand Down

0 comments on commit 0665881

Please sign in to comment.