Skip to content

Commit 6416c9e

Browse files
committed
Add full version test
1 parent 12c8f64 commit 6416c9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/globals/test-extensions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
// test php version (8.1 ~ 8.4 available, multiple for matrix)
1515
$test_php_version = [
1616
'8.1',
17-
// '8.2',
18-
// '8.3',
19-
// '8.4',
17+
'8.2',
18+
'8.3',
19+
'8.4',
2020
'8.5',
2121
// 'git',
2222
];

0 commit comments

Comments
 (0)