Skip to content

Commit c3d05cc

Browse files
Merge pull request #75 from creative-commoners/pulls/main/php85
ENH Include PHP 8.5 for CMS 6
2 parents 0709157 + 2cc6213 commit c3d05cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MetaData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ final class MetaData
4141
'5' => ['8.1', '8.2', '8.3'],
4242
'6.0' => ['8.3', '8.4'],
4343
'6.1' => ['8.3', '8.4'],
44-
'6' => ['8.3', '8.4'],
44+
'6' => ['8.3', '8.4', '8.5'],
4545
];
4646

4747
/**

0 commit comments

Comments
 (0)