Commit Graph

568 Commits

Author SHA1 Message Date
Shivam Mathur
8816b6ff48
Add PHP 8.1 to the main workflow 2020-10-18 19:41:54 +05:30
Shivam Mathur
9205a596c9
Add support for PHP 8.1 on Windows 2020-10-18 19:41:53 +05:30
Shivam Mathur
6fc20c9b7f
Add support for PHP 8.1 on Ubuntu 2020-10-18 19:41:52 +05:30
Michele Locati
eb07280d5c
Perform only one URL call to download latest PhpManager.zip asset 2020-10-18 19:41:51 +05:30
Shivam Mathur
eaaab1cec3
Fix oci8 and pdo_oci 2020-10-18 19:33:03 +05:30
Shivam Mathur
853381d0bb
Merge pull request #310 from shivammathur/develop
Switch to apt-get
2020-10-15 14:16:50 +05:30
Shivam Mathur
1394617d60
Switch to apt-get 2020-10-15 14:16:50 +05:30
Shivam Mathur
093498a0a1
Merge pull request #307 from shivammathur/develop
Specify PHP version when installing ast
2020-10-15 14:16:49 +05:30
Shivam Mathur
d2241010ef
Specify PHP version when installing ast 2020-10-15 14:16:48 +05:30
Shivam Mathur
a0f02c17c0
Merge pull request #304 from shivammathur/develop
Hotfix
2020-10-15 14:16:47 +05:30
Shivam Mathur
bb5257e07d
Update Node.js dependencies 2020-10-15 14:16:47 +05:30
Shivam Mathur
f687ff8f21
Fix dependency mess in phalcon4 setup on ubuntu 2020-10-15 14:16:46 +05:30
Shivam Mathur
537c66b2ea
Minor fixes in scripts 2020-10-15 14:16:22 +05:30
Shivam Mathur
073c2e666b
Merge pull request #300 from shivammathur/develop
2.6.0
2020-10-15 14:16:21 +05:30
Shivam Mathur
465e63b28c
Bump version to 2.6.0 2020-10-15 14:16:21 +05:30
Shivam Mathur
b8f0b066dc
Add support for behat and phpspec 2020-10-15 14:16:20 +05:30
Shivam Mathur
9e663851ce
Move matchers setup to scripts 2020-10-15 14:16:19 +05:30
Shivam Mathur
ad196941ed
Refactor install.test.ts 2020-10-15 14:16:19 +05:30
Shivam Mathur
f8e867a9ff
Refactor install.ts 2020-10-15 14:16:18 +05:30
Shivam Mathur
8cb01730c7
Prioritize with over env for inputs 2020-10-15 14:16:17 +05:30
Shivam Mathur
ebba1db2c3
Add alias latest 2020-10-15 14:16:17 +05:30
Shivam Mathur
716331904e
Switch to environment files. Apply GHSA-mfwh-5m23-j46w (CVE-2020-15228) 2020-10-15 14:16:16 +05:30
Shivam Mathur
2ad63ddbd3
Merge pull request #294 from shivammathur/dependabot/npm_and_yarn/actions/core-1.2.6
Bump @actions/core from 1.2.5 to 1.2.6
2020-10-15 14:16:15 +05:30
Shivam Mathur
c4606c9269
Log versions in tools setup 2020-10-15 14:16:15 +05:30
Shivam Mathur
7dcb43c768
Improve problem matchers section in README 2020-10-15 14:16:14 +05:30
dependabot[bot]
691c5309aa
Bump @actions/core from 1.2.5 to 1.2.6
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-15 14:16:13 +05:30
Shivam Mathur
84b222366a
Merge pull request #292 from szepeviktor/patch-1
PHPStan is GH Actions-friendly
2020-10-15 14:16:13 +05:30
Viktor Szépe
b98ed88402
PHPStan is GH Actions-friendly
no need for cs2pr
2020-10-15 14:16:12 +05:30
Shivam Mathur
0ca827ae3b
Merge pull request #283 from shivammathur/develop
2.5.0
2020-10-15 14:16:11 +05:30
Shivam Mathur
16b0a25bf6
Bump version to 2.5.0 2020-10-15 14:16:10 +05:30
Shivam Mathur
fa0af5c382
Update README 2020-10-15 14:16:09 +05:30
Shivam Mathur
db36b200b1
Fix regex in protoc.sh 2020-10-15 14:16:06 +05:30
Shivam Mathur
7cfd76cc1b
Move $arch_name to tools/blackfire.ps1 2020-10-15 14:16:05 +05:30
Shivam Mathur
682b1f5e44
Make sure printf is in PATH in Windows 2020-10-15 14:16:04 +05:30
Shivam Mathur
7b56e4491e
Improving removing extensions for Ubuntu SH runners 2020-09-07 09:36:56 +05:30
Shivam Mathur
acc1fdb337
Add support to configure icu version 2020-09-07 09:36:51 +05:30
Shivam Mathur
e3286d1234
Fix cleanup_lists in linux.sh for old PHP 2020-09-06 19:29:39 +05:30
Shivam Mathur
83019fade2
Merge pull request #279 from mlocati/win32/use-powershell-phpmanager-release-assets
Download release assets for PowerShell PhpManager
2020-09-06 19:29:38 +05:30
Shivam Mathur
83b3d4a8f9
Merge pull request #278 from mlocati/win32/use-powershell-phpmanager-releases
Use releases instead of tags to download PowerShell PhpManager
2020-09-06 19:29:37 +05:30
Michele Locati
56273e234f
Download release assets for PowerShell PhpManager
Downloading such assets is preferable since:
- they contain updated metadata (useful for debugging)
- they contain only the production files
- they are pre-built: GitHub doesn't have to create a ZIP from a tag
2020-09-06 19:29:37 +05:30
Michele Locati
48a00b4d3f
Use releases instead of tags to download PowerShell PhpManager
I just started to publish PhpManager to GitHub Releases too
2020-09-06 19:29:36 +05:30
Shivam Mathur
f641885a8d
Add support for phing 2020-09-06 19:29:35 +05:30
Shivam Mathur
9457ce6e2b
Replace fedora with valid platform name 2020-09-06 19:29:34 +05:30
Shivam Mathur
a31f8b1a2b
Remove unnecessary parameter version from addArchive 2020-09-06 19:29:34 +05:30
Shivam Mathur
ffded4a3e8
Fix support for pecl pdo extensions on Ubuntu 2020-08-21 23:58:53 +05:30
Shivam Mathur
9e6b9d7d70
Merge pull request #274 from shivammathur/develop
2.4.3
2020-08-18 10:12:49 +05:30
Shivam Mathur
7d45057bba
Bump version to 2.4.3 2020-08-18 09:58:32 +05:30
Shivam Mathur
c4fd8b0739
Update README 2020-08-18 09:58:25 +05:30
Shivam Mathur
49088ede98
Fix composer fallback 2020-08-18 09:58:23 +05:30
Shivam Mathur
3543ed1ef8
Switch to fixed getcomposer.org links 2020-08-18 09:58:23 +05:30