Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into feat/enable-odbc-and-pdo-odbc
# Conflicts:
#	src/globals/test-extensions.php
  • Loading branch information
crazywhalecc committed Mar 23, 2025
commit 0ae562c6a62cba096177ff941641a55dd5c6b3f8
8 changes: 4 additions & 4 deletions src/globals/test-extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

// test os (macos-13, macos-14, ubuntu-latest, windows-latest are available)
$test_os = [
'macos-13',
'macos-14',
// 'macos-13',
// 'macos-14',
'ubuntu-latest',
'windows-latest',
];
Expand All @@ -40,8 +40,8 @@

// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'odbc,pdo_odbc',
'Windows' => 'odbc,pdo_odbc',
'Linux', 'Darwin' => '',
'Windows' => 'mbstring,tokenizer,phar,curl,openssl',
};

// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.