Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Add support for php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oskosk committed Jul 7, 2023
1 parent 8d854a8 commit a18840b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/settings-stuff.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*/
function available_php_versions() {
return array(
'8.2' => __( '8.2', 'jurassic-ninja' ),
'8.1' => __( '8.1', 'jurassic-ninja' ),
'8.0' => __( '8.0', 'jurassic-ninja' ),
'7.4' => __( '7.4', 'jurassic-ninja' ),
Expand Down

0 comments on commit a18840b

Please sign in to comment.