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

Commit a18840b

Browse files
committed
Add support for php 8.2
1 parent 8d854a8 commit a18840b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/settings-stuff.php

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
*/
2121
function available_php_versions() {
2222
return array(
23+
'8.2' => __( '8.2', 'jurassic-ninja' ),
2324
'8.1' => __( '8.1', 'jurassic-ninja' ),
2425
'8.0' => __( '8.0', 'jurassic-ninja' ),
2526
'7.4' => __( '7.4', 'jurassic-ninja' ),

0 commit comments

Comments
 (0)