Skip to content

Commit a1ccddb

Browse files
committed
Test macOS 15 for all php version
1 parent 518ed3a commit a1ccddb

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/globals/test-extensions.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313

1414
// test php version (8.1 ~ 8.4 available, multiple for matrix)
1515
$test_php_version = [
16-
// '8.1',
17-
// '8.2',
18-
// '8.3',
16+
'8.1',
17+
'8.2',
18+
'8.3',
1919
'8.4',
2020
];
2121

2222
// test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available)
2323
$test_os = [
24-
'macos-13',
24+
// 'macos-13',
2525
// 'macos-14',
2626
'macos-15',
2727
// 'ubuntu-latest',
28-
'ubuntu-22.04',
29-
'ubuntu-24.04',
30-
'ubuntu-22.04-arm',
31-
'ubuntu-24.04-arm',
28+
// 'ubuntu-22.04',
29+
// 'ubuntu-24.04',
30+
// 'ubuntu-22.04-arm',
31+
// 'ubuntu-24.04-arm',
3232
// 'windows-latest',
3333
];
3434

0 commit comments

Comments
 (0)