Commit Graph

188 Commits

Author SHA1 Message Date
Shivam Mathur a1e0f566a8 Revert to old brew linking behaviour 2026-03-08 17:23:40 +05:30
Shivam Mathur d042aafd13 Add retry and timeout for stuck brew calls 2026-02-23 15:42:41 +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 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 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 04e773ea40 Fix redis formula in brew_extensions 2025-11-09 18:28:01 +05:30
Shivam Mathur f210bb3904 Improve installing php on macOS 2025-10-18 09:53:32 +05:30
Shivam Mathur ea2f858afe Move to main branch for brew 2025-08-25 14:39:29 +05:30
Shivam Mathur 36fada6981 Fix tool-cache directory on self-hosted runners 2025-06-11 14:57:09 +05:30
Shivam Mathur d371420c90 Remove copying extension dependencies 2025-05-08 14:30:01 +05:30
Shivam Mathur 755f6046e1 Add missing self_hosted_helper in darwin.sh 2025-04-30 15:30:13 +05:30
Shivam Mathur ec0360b904 Make sure tap directories on macOS exist 2025-04-21 22:13:27 +05:30
Shivam Mathur e5af5d68b4 Update default version in linux.sh and darwin.sh 2024-12-30 20:17:07 +05:30
Shivam Mathur 775fa76ea4 Do not upgrade when version is pre-installed on macOS 2024-12-23 16:27:45 +05:30
Shivam Mathur da729085ef Add support for pre-installed PHP 2024-12-23 16:04:30 +05:30
Shivam Mathur 57a6e91640 Test without HOMEBREW_DEVELOPER=1 2024-07-14 02:21:00 +05:30
Shivam Mathur fc14643b0a Fix brew link step
We add --overwrite parameter to brew install and upgrade commands, so that in the linking step it does not fail if another php version is linked
2024-06-02 23:04:56 +05:30
Shivam Mathur 436881d084 Set macos version in php workflow to macos-13 2024-04-24 03:38:15 +05:30
Shivam Mathur d802457674 Fix reading extension_dir in PHP 8.4 on macOS 2024-04-21 18:16:08 +05:30
Shivam Mathur b203b24815 Hotfix: update brew along with core tap 2024-03-31 03:51:38 +05:30
Shivam Mathur 73963f5001 Uprade existing macOS version 2024-03-25 07:30:22 +05:30
Shivam Mathur 21eeae309a Cleanup dependency code on macOS and add retry to git fetch 2024-03-18 09:02:23 +05:30
Shivam Mathur 4f6ab99328 Sync brew core tap for all runners 2024-03-01 12:06:34 +05:30
Shivam Mathur dc1a77b457 Fix support for http extension on zts and debug on macOS 2023-12-26 12:46:29 +05:30
Shivam Mathur 812360879e Add support for zts and debug extensions on macOS 2023-12-26 02:19:32 +05:30
Shivam Mathur 201dd6c1db Add zts support on macOS 2023-12-25 03:09:27 +05:30
Shivam Mathur 7c6c249257 Mark PHP 8.3 as stable 2023-11-23 17:12:56 +05:30
Shivam Mathur 04ff9b08a2 Add HOMEBREW_NO_INSTALL_FROM_API=1 to darwin.sh 2023-11-07 13:43:28 +05:30
Shivam Mathur 65fad67e88 Fix updating homebrew dependencies after sharding in core tap 2023-11-07 13:11:56 +05:30
Shivam Mathur e70f6d9e7c Fallback to pecl in add_brew_extension on macOS 2023-10-01 18:49:44 +05:30
Shivam Mathur e83e329355 Fix find call in darwin.sh in copy_brew_extensions on failure 2023-09-22 14:07:12 +05:30
Shivam Mathur 10c12b9377 Fix checking for existing php formula on macOS 2023-09-22 14:00:55 +05:30
Shivam Mathur 5b2015e8fe Link opcache to ext_dir on macOS 2023-07-29 21:45:53 +05:30
Shivam Mathur 5afd8a1842 Fix error in darwin.sh while updating dependencies 2022-12-23 18:11:26 +05:30
Shivam Mathur 53adb47562 Mark PHP 8.2 as stable
Update OS support in README
2022-12-08 19:37:49 +05:30
Shivam Mathur 173ca15c9b Fix get_extension_from_formula in darwin.sh 2022-11-16 10:40:40 +05:30
Shivam Mathur 71b0e09dbc Improve brew support on Linux 2022-10-10 16:24:35 +05:30
Shivam Mathur b556cf7292 Add support for debug builds 2022-10-10 15:34:36 +05:30
Shivam Mathur 40a4cb064f Improve fetching brew taps 2022-09-02 02:21:52 +05:30
Shivam Mathur 16de39288a Fix couchbase cache on macOS 2022-05-24 18:59:36 +05:30
Shivam Mathur 209324abab Prefix extension formula with tap name on macOS 2022-05-05 23:43:11 +05:30
Shivam Mathur 657e0936e8 Patch brew on every run 2022-04-09 21:47:24 +05:30
Shivam Mathur 36d70683e9 Fix patching brew 2022-04-09 19:14:52 +05:30
Shivam Mathur 228bfba836 Fix copying extensions from cellar to extension directory on macOS 2022-03-16 05:10:10 +05:30
Shivam Mathur 62bd8f3ca4 Improve enabling extensions 2022-03-10 04:36:15 +05:30
Shivam Mathur 8eb9866044 Fix getting scan dir on macOS for old PHP 2022-02-06 03:37:54 +05:30
Shivam Mathur 9d74a11420 Fix output on non GitHub Action environments 2022-02-02 14:38:23 +05:30
Shivam Mathur 0022878947 Remove unnecessary dist parameter 2022-01-29 12:14:42 +05:30