Skip to content

Commit a56414f

Browse files
committed
test
1 parent c28f34d commit a56414f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/globals/test-extensions.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

2222
// test os
2323
$test_os = [
24-
// 'macos-14',
25-
// 'macos-15',
26-
// 'ubuntu-22.04',
27-
// 'ubuntu-24.04',
24+
'macos-14',
25+
'macos-15',
26+
'ubuntu-22.04',
27+
'ubuntu-24.04',
2828
'ubuntu-22.04-arm',
29-
// 'ubuntu-24.04-arm',
29+
'ubuntu-24.04-arm',
3030
// 'windows-latest',
3131
];
3232

0 commit comments

Comments
 (0)