Commit Graph
100 Commits
Author SHA1 Message Date
Shivam Mathur 945c34c175 Update README 2022-07-19 15:44:51 +05:30
Shivam Mathur c8c64c6cf9 Bump version to 2.21.0
Continue on npm audit failure
2022-07-19 15:24:35 +05:30
Shivam Mathur 0d3f92f127 Add support for phalcon5 on Windows 2022-07-19 14:26:08 +05:30
Shivam Mathur 4979d5b484 Add workaround for missing phalcon packages on Ubuntu 22.04 2022-07-16 02:40:47 +05:30
Shivam Mathur 0d9a1ba5ae Add support for phalcon5 on Linux and macOS
Fix get_pecl_version
2022-07-16 00:46:28 +05:30
Shivam Mathur 3ede7656cb Add check for gd in php.yml 2022-07-15 23:22:56 +05:30
Shivam Mathur f3cdc074ce Merge pull request #617 from ChristophWurst/demo/php82-gd
Demo PHP8.2+gd failure
2022-07-13 19:17:22 +05:30
Shivam Mathur 3ccc00eece Merge pull request #614 from d8vjork/master
Add support for tool Laravel Pint
2022-07-11 15:57:41 +05:30
Shivam Mathur 3312ea6101 Bump version to 2.20.1
Fix format script in package.json
2022-07-08 04:55:53 +05:30
Shivam Mathur ce49f82dd8 Do not add composer plugins to allow list for composer v1 2022-07-08 04:55:44 +05:30
Shivam Mathur cf5cd90b4c Improve support for composer authenticating private respositories 2022-07-06 12:19:55 +05:30
Shivam Mathur cdb037c2a4 Bump version to 2.20.0 2022-07-06 00:43:26 +05:30
Shivam Mathur 261f13a7c5 Add composer plugins to allow list before installing 2022-07-06 00:43:25 +05:30
Shivam Mathur 9eaa66d89b Add support for event extension on unix 2022-07-05 16:22:07 +05:30
Shivam Mathur da9dfe4a71 Set RUNNER_TOOL_CACHE on self-hosted environments 2022-07-05 12:03:30 +05:30
Shivam Mathur a863ab6d3d Add support to allow composer plugins 2022-07-05 06:25:04 +05:30
Shivam Mathur 050cb8061b Add coverage driver version in logs 2022-06-30 17:36:40 +05:30
Shivam Mathur 3fda17f3fa Merge pull request #609 from dino182/develop
Fix Add-Path for self-hosted Windows
2022-06-27 17:24:50 +05:30
Shivam Mathur 4969814b69 Merge pull request #607 from markseuffert/patch-1
Updated documentation
2022-06-21 13:38:26 +05:30
Shivam Mathur 3eda583472 Bump version to 2.19.1
Update Node.js dependencies
2022-06-06 08:22:16 +05:30
Shivam Mathur 74d43be8a3 Fix support for deployer 2022-05-31 10:12:38 +05:30
Shivam Mathur aa1fe473f9 Bump version to 2.19.0 2022-05-30 07:52:31 +05:30
Shivam Mathur a92acf13e4 Remove years from LICENSE 2022-05-30 07:52:30 +05:30
Shivam Mathur 0533892eb4 Fix jsdoc in fetch.ts 2022-05-30 07:52:30 +05:30
Shivam Mathur 43fb4ad30e Bump ES version to 2021 2022-05-30 07:27:29 +05:30
Shivam Mathur b88a8c89d1 Fix protoc support 2022-05-26 10:21:36 +05:30
Shivam Mathur 36d7f6c7c5 Set target-branch to develop in dependabot.yml 2022-05-26 09:47:27 +05:30
Shivam Mathur a1a52db9f3 Merge pull request #598 from shivammathur/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2022-05-26 09:45:58 +05:30
Shivam Mathur 88e54b10ca Merge pull request #599 from shivammathur/dependabot/github_actions/github/codeql-action-2
Bump github/codeql-action from 1 to 2
2022-05-26 09:45:50 +05:30
Shivam Mathur 203099e007 Merge pull request #600 from shivammathur/dependabot/github_actions/actions/setup-node-3
Bump actions/setup-node from 1 to 3
2022-05-26 09:45:41 +05:30
Shivam Mathur 810a92a9b0 Merge pull request #597 from turrisxyz/Dependabot-GitHub-Actions
chore: Included githubactions in the dependabot config
2022-05-26 09:40:26 +05:30
Shivam Mathur dea233d702 Merge pull request #596 from turrisxyz/Pinned-Dependencies-GitHub
chore: Set permissions for GitHub actions
2022-05-26 06:59:24 +05:30
Shivam Mathur ee065c5938 Append custom ini files to php.ini files 2022-05-25 20:43:46 +05:30
Shivam Mathur dbc8ba0844 Fix enabling cached dependent extensions on lower PHP versions 2022-05-25 19:44:02 +05:30
Shivam Mathur fe9e23a16a Add unixodbc if missing in sqlsrv setup 2022-05-25 10:16:23 +05:30
Shivam Mathur 16de39288a Fix couchbase cache on macOS 2022-05-24 18:59:36 +05:30
Shivam Mathur 67ff09364d Fix support for couchbase 4.x 2022-05-24 15:45:18 +05:30
Shivam Mathur 1dfe0dc4a4 Add support to specify couchbase version 2022-05-19 23:56:27 +05:30
Shivam Mathur 6f83b63bf5 Fix couchbase setup
Fix couchbase version to 3.x till 4.x is stable

The couchbase 4.x is based on a C++ client library and it shipped with the extension. So we only add the C client library for earlier versions
2022-05-19 15:09:52 +05:30
Shivam Mathur f0db57dcab Fix pecl support on PHP 5.3
Remove pecl suffix option support from PHP 5.3 as Console_Getopt version used does not support it
2022-05-19 11:56:00 +05:30
Shivam Mathur 6cba851606 Add support for Ubuntu 22.04 2022-05-06 05:43:20 +05:30
Shivam Mathur 209324abab Prefix extension formula with tap name on macOS 2022-05-05 23:43:11 +05:30
Shivam Mathur 846135c190 Create empty composer.json in scoped directory
When installing composer based tools in a scoped directory with old composer versions it breaks if a composer.json is not present in the scoped directory
2022-05-02 11:22:58 +05:30
Shivam Mathur 32d20248ae Improve support for composer fallback URLs 2022-04-23 11:57:06 +05:30
Shivam Mathur ba8485d89f Update OS support for self-hosted runners in README 2022-04-21 17:13:31 +05:30
Shivam Mathur 97721a77b9 Fix shivammathur/node image tag in README 2022-04-21 17:06:25 +05:30
Shivam Mathur 7dfee150df Remove fs dependency 2022-04-17 10:53:49 +05:30
Shivam Mathur 251330ef7f Switch to node16 in actions.yml 2022-04-15 06:20:31 +05:30
Shivam Mathur 448bd61c6f Bump version to 2.18.1 2022-04-09 21:47:25 +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 7a9bf9ecf6 Update the GitHub Hosted Runners
Add support for macos-12

Update Pre-installed PHP versions in ubuntu-18.04
2022-04-07 07:49:28 +05:30
Shivam Mathur 5210dd20ed Add support for mcrypt using shivammathur/extensions tap on macOS 2022-04-06 17:37:32 +05:30
Shivam Mathur e83d1a7f9e Add scaleway logo to README 2022-04-04 22:53:28 +05:30
Shivam Mathur 6ae3564af4 Improve examples 2022-04-03 04:24:07 +05:30
Shivam Mathur 9e33c7b24e Fix protoc setup 2022-03-26 00:10:00 +05:30
Shivam Mathur d37cc30485 Update Node.js dependencies
Bump version to 2.18.0
2022-03-22 21:37:25 +05:30
Shivam Mathur 412722b7c7 Install libraries on each PECL install if specified 2022-03-22 21:37:20 +05:30
Shivam Mathur c19f6bbdcd Add PECL customization guide to README 2022-03-22 19:20:39 +05:30
Shivam Mathur dfd2c8da97 Add http dependencies when version is specified 2022-03-22 18:50:03 +05:30
Shivam Mathur 27eef9a04c #StandWithUkraine 2022-03-22 17:36:00 +05:30
Shivam Mathur f172a4dc76 Merge pull request #577 from jrfnl/feature/update-actions-cache-runner
GH Actions: version update for actions/cache (incl examples)
2022-03-21 20:31:34 +05:30
Shivam Mathur 4e4b26a024 Suppress output while generating extension map 2022-03-16 05:10:11 +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 34c35ecdad Add support for blackfire extension on PHP 8.1 on Windows 2022-03-16 05:10:10 +05:30
Shivam Mathur 1828f05f7a Add support for http extension on PHP 8.1 on Windows 2022-03-16 05:10:09 +05:30
Shivam Mathur 927419e77f Fix enabling http 2022-03-16 05:09:53 +05:30
Shivam Mathur e29242d481 Add support to specify configure options to pecl extensions 2022-03-15 22:09:38 +05:30
Shivam Mathur 035c0a8550 Use local variables in log functions 2022-03-10 04:53:12 +05:30
Shivam Mathur e9884d0d9a Add support for installing libraries for pecl extensions 2022-03-10 04:50:16 +05:30
Shivam Mathur 02131e37d9 Fix linking pecl ini file on self-hosted environments 2022-03-10 04:36:22 +05:30
Shivam Mathur 341d29a88f Run switch_version for all packaged PHP 2022-03-10 04:36:21 +05:30
Shivam Mathur 5e3bc57de0 Fix to install php-dev on self-hosted env if missing 2022-03-10 04:36:21 +05:30
Shivam Mathur a826799c7c Fix switching versions in Linux 2022-03-10 04:36:21 +05:30
Shivam Mathur 62bd8f3ca4 Improve enabling extensions 2022-03-10 04:36:15 +05:30
Shivam Mathur 4056d3f353 Merge pull request #571 from jrfnl/feature/ghactions-update-various-actions
GH Actions: version update for various predefined actions
2022-03-05 21:14:08 +05:30
Shivam Mathur 4678e809c3 Bump actions/checkout to v3 2022-03-02 06:00:52 +05:30
Shivam Mathur b75c104ca8 Bump version to 2.17.1 2022-03-01 20:44:20 +05:30
Shivam Mathur 94c859a50e Add GitHub releases fallback URL for phing 2022-03-01 20:44:20 +05:30
Shivam Mathur 293da043d1 Fix logs for symfony-cli on failure 2022-02-24 23:01:58 +05:30
Shivam Mathur 808396c4e6 Fix Add-EnvPATH on self-hosted Windows 2022-02-22 04:43:32 +05:30
Shivam Mathur 7205f47330 Update version of sqlsrv and pdo_sqlsrv extensions 2022-02-22 00:51:53 +05:30
Shivam Mathur 7ad352e12a Add OpenSSL config on Windows 2022-02-13 03:20:39 +05:30
Shivam Mathur 5bf95cd61f Fix Add-Env in win32.ps1 2022-02-13 03:15:38 +05:30
Shivam Mathur 18f3abac75 Fix UUOC shellcheck warning 2022-02-09 03:40:58 +05:30
Shivam Mathur 7854a0cae7 Fix adding composer_bin to PATH 2022-02-09 03:27:03 +05:30
Shivam Mathur a72a638da4 Fix check in add_path
Add composer_bin to the PATH after a tool is added using composer
2022-02-09 00:53:56 +05:30
Shivam Mathur 46c34bb6a5 Update Node.js dependencies 2022-02-08 18:23:38 +05:30
Shivam Mathur 948917a97b Fix to correctly use fallback URL for tools on Windows 2022-02-08 03:52:45 +05:30
Shivam Mathur d9cb143213 Add 22.04-jammy and 13-trixie to os_releases.csv config file [skip ci] 2022-02-08 03:20:08 +05:30
Shivam Mathur 0cfde7beae Fix adding Import-Module command to the profile in Install-PSPackage 2022-02-08 01:02:16 +05:30
Shivam Mathur ce2a129c36 Fix output when sudo is installed 2022-02-08 00:51:20 +05:30
Shivam Mathur 78532b17de Fail when runner it set to github on self-hosted environments 2022-02-08 00:49:31 +05:30
Shivam Mathur 8b26e8d15a Add pear/pecl by default to self-hosted Linux environments 2022-02-07 23:56:12 +05:30
Shivam Mathur 4dc94c27cf Refactor utils.fetch to a module and mock it with nock
Add redirect support in utils.fetch
2022-02-06 10:53:40 +05:30
Shivam Mathur 76555571a6 Bump version to 2.17.0 2022-02-06 03:37:58 +05:30
Shivam Mathur be43989cc9 Update README.md 2022-02-06 03:37:57 +05:30
Shivam Mathur 6f6e534936 Improve tools support when extensions are disabled/missing 2022-02-06 03:37:57 +05:30
Shivam Mathur 99a4a141f4 Add --ignore-platform-req=ext-* while installing composer packages with composer v2 2022-02-06 03:37:56 +05:30
Shivam Mathur c1285cc7f3 Fix variable scope 2022-02-06 03:37:56 +05:30