Shivam Mathur
a1e0f566a8
Revert to old brew linking behaviour
2026-03-08 17:23:40 +05:30
theluckystrike
746e1a46d1
fix: use latest in URL when version is empty
...
When version is not specified (empty string), the getUrl function
was generating invalid URLs like /releases/download/cs2pr without
any version, which returned 404.
This fix ensures that when version is empty or 'latest', the URL
includes '/latest/' which GitHub handles correctly with a redirect
to the actual latest release.
Fixes #1063
2026-03-04 22:03:38 +07:00
Shivam Mathur
769a4a81fd
Update sqlsrv and pdo_sqlsrv versions [skip ci]
2026-02-28 02:22:42 +05:30
Shivam Mathur
d042aafd13
Add retry and timeout for stuck brew calls
2026-02-23 15:42:41 +05:30
Shivam Mathur
57e8183dae
Switch to brew formula for pdo_firebird on macos [skip ci]
2026-02-08 11:29:04 +05:30
Shivam Mathur
f0b3fd9afe
Update brew extensions
2026-02-08 07:56:22 +05:30
Shivam Mathur
1eee54fe48
Fix paths for bin tools and scoped tools [skip ci]
2026-01-23 01:04:38 +05:30
Shivam Mathur
341bc9e176
Improve cache for tools
2026-01-21 17:02:28 +05:30
Shivam Mathur
185f9de395
Fix linking tools
2026-01-21 15:54:25 +05:30
Shivam Mathur
46cb5030ab
Replace generic record interfaces with specific ones
2026-01-21 02:46:20 +05:30
Shivam Mathur
109ae4d1c0
Reduce bundle size
...
Replace @actions/core with local functions
@actions/core is unmaintained and poorly designed for projects that just need basic functions
2026-01-20 07:47:23 +05:30
Shivam Mathur
871ff01b2b
Refactor to use ES2024+ features for Node 24
...
Use Set for O(1) redirect status code lookup in fetch.ts
Use at(-1) and Object.hasOwn() in tools.ts
Use for...of with entries() in utils.ts
2026-01-20 06:46:28 +05:30
Shivam Mathur
46ae35f333
Update to Node 24
...
Update fetch.ts to use native fetch() API
Use immutable sort in tools.ts
2026-01-20 06:29:00 +05:30
Shivam Mathur
5efa2a774e
Fix support to parse master in php-version input
2025-12-18 21:36:10 +05:30
Shivam Mathur
3dfaca4ee1
Rename nightly_versions -> php_builder_versions
2025-11-26 22:22:06 +05:30
Shivam Mathur
44454db4f0
Fix check_lists in ppa.sh
2025-11-26 20:43:34 +05:30
Shivam Mathur
9d7558f1af
Revert to using php-builder for PHP 8.3 and above for self-hosted
2025-11-26 20:05:44 +05:30
Shivam Mathur
5daa53ffa1
Fix shellcheck in darwin.sh
2025-11-26 11:29:16 +05:30
Shivam Mathur
e8f032a051
Fix linking
2025-11-26 11:29:07 +05:30
Shivam Mathur
4abbbd6075
Fix build pdo_oci on macos for PHP 7.0
...
Minor shellcheck fix
2025-11-26 09:36:49 +05:30
Shivam Mathur
8dcd37f7d4
Improve macos php setup
...
Run dependency install as a seperate command.
Remove chown command as it is not required anymore it seems
Fix add_brew_tap call
2025-11-26 07:42:08 +05:30
Shivam Mathur
a909b43232
Fix gearman versions
2025-11-26 06:25:09 +05:30
Shivam Mathur
be556f8879
Add 8.5 for backfire in extensions.ts
2025-11-26 06:25:09 +05:30
Shivam Mathur
91d37511e3
Fix fallback to latest version in tools.ts
2025-11-26 06:25:09 +05:30
Shivam Mathur
3961404d06
Fix phpize patch on arm64 macos [skip ci]
2025-11-25 16:35:22 +05:30
Shivam Mathur
43e4e008cc
Add support for ibm extensions [skip ci]
2025-11-25 16:23:49 +05:30
Shivam Mathur
b010fa7c8f
Fix typo in geos patch [skip ci]
2025-11-25 15:46:15 +05:30
Shivam Mathur
cc78f4c7f9
Improve library support when building from source
2025-11-24 05:11:08 +05:30
Shivam Mathur
7662a9b5f4
Update common patches
2025-11-24 04:18:57 +05:30
Shivam Mathur
865d4645a1
Fallback to upgrading macos formula
2025-11-21 03:55:33 +05:30
Shivam Mathur
248e3ca37a
Mark PHP 8.5 as stable
2025-11-21 02:36:26 +05:30
Shivam Mathur
2c40db3599
Fix getcomposer fallback url for specific versions
2025-11-21 01:02:19 +05:30
Shivam Mathur
5eda055652
Improve and refactor ppa.sh
2025-11-10 05:02:29 +05:30
Shivam Mathur
04e773ea40
Fix redis formula in brew_extensions
2025-11-09 18:28:01 +05:30
Shivam Mathur
ae0a50642d
Fix pecl support for extensions with uppercase packages
2025-10-27 19:17:28 +05:30
Shivam Mathur
788275d42c
Improve support for deb822 source files
2025-10-23 18:43:49 +05:30
Shivam Mathur
47ac2e221b
Add support for relay-nightly in extensions.ts
2025-10-19 00:27:14 +05:30
Till Krüss
185b391822
Add support for nightly version of relay
2025-10-18 09:50:20 -07:00
Shivam Mathur
f210bb3904
Improve installing php on macOS
2025-10-18 09:53:32 +05:30
Shivam Mathur
6f153798c8
Mark macOS x86_64 not supported for relay [skip ci]
2025-10-18 08:12:58 +05:30
Shivam Mathur
f7b7badb27
Add support to show error on add_extension_log
2025-10-18 07:55:37 +05:30
Shivam Mathur
8473b2327f
Fix warning in getting relay version
2025-10-17 08:05:22 +05:30
Till Krüss
1e8cc75dad
print version number
2025-10-16 18:31:56 -07:00
Till Krüss
2e18086d64
switch to latest stable when it's available
2025-10-16 17:05:25 -07:00
Till Krüss
9cf252c302
remove more 0.7.0 logic
2025-10-16 16:44:22 -07:00
Till Krüss
aa0de4323f
remove php 7.4 lock to relay 0.7.0
2025-10-16 15:38:53 -07:00
Shivam Mathur
00242b5fc2
Fix symfony-cli config [skip ci]
2025-10-15 09:17:20 +05:30
Shivam Mathur
319ac00da8
Improve symfony-cli support
...
Fingers crossed symfony-cli keeps the artifact format in their releases
2025-10-15 08:46:18 +05:30
Soner Sayakci
79ab6fe269
ci: use direct link instead of api call
2025-10-07 11:02:25 +02:00
Soner Sayakci
4cbbb6d82c
fix: directly download linux archive from symfony-cli releases
2025-10-07 09:50:11 +02:00