Skip to content

Commit 6cbe6be

Browse files
authored
Merge pull request #51 from boesing/feature/php81
Allow PHP 8.1
2 parents 059424a + a5e2dfc commit 6cbe6be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const INSTALLABLE_VERSIONS = [
1414
'7.3',
1515
'7.4',
1616
'8.0',
17+
'8.1',
1718
];
1819

1920
/**

0 commit comments

Comments
 (0)