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
dependabot[bot]
4e9ea33f8d
Bump actions/setup-node from 1 to 3
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 04:11:48 +00:00
dependabot[bot]
68ba5ba947
Bump github/codeql-action from 1 to 2
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 04:11:43 +00:00
dependabot[bot]
99af32331c
Bump codecov/codecov-action from 2 to 3
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 04:11:36 +00:00
nathannaveen
787285e08a
chore: Set permissions for GitHub actions
...
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ )
Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
2022-05-26 00:50:23 +00:00
Shivam Mathur
6cba851606
Add support for Ubuntu 22.04
2022-05-06 05:43:20 +05:30
jrfnl
33ad931dbb
GH Actions: version update for actions/cache
...
The update doesn't actually contain any changed functionality, it's mostly just a change of the Node version used by the action itself (from Node 12 to Node 16), but see the changelog for more info.
Refs:
* https://github.com/actions/cache/releases/
2022-03-21 15:39:20 +01:00
jrfnl
ddf8825c2f
GH Actions: version update for various predefined actions
...
A number of predefined actions have had major release, which warrant an update the workflow(s).
These updates don't actually contain any changed functionality, they are mostly just a change of the Node version used by the action itself (from Node 14 to Node 16).
Refs:
* https://github.com/actions/download-artifact/releases
* https://github.com/actions/upload-artifact/releases
2022-03-05 16:11:15 +01:00
Shivam Mathur
4678e809c3
Bump actions/checkout to v3
2022-03-02 06:00:52 +05:30
Shivam Mathur
44ff4ed92d
Refactor workflows and templates
2022-01-29 07:29:03 +05:30
Shivam Mathur
175c9649c4
Fix sending coverage to codecov in node workflow
2022-01-29 04:14:07 +05:30
Shivam Mathur
0a601ebeee
Use windows-2019 runner in CI workflow
2022-01-27 08:25:50 +05:30
Shivam Mathur
9ca9ab33ef
Update docs workflow
2022-01-20 22:03:33 +05:30
Shivam Mathur
14a9f0b4ae
Add CodeQL workflow
...
Add npm audit to the node workflow
Remove stepsecurity action from workflows
2022-01-20 21:45:07 +05:30
Shivam Mathur
cca8ad3588
Fix node-release workflow to add lib to the packages
2021-12-17 18:34:16 +05:30
Shivam Mathur
f4d1db5c23
Update Node version to 16.x
2021-12-07 21:33:45 +05:30
Shivam Mathur
cecf84878d
Update Harden Runner step in node workflows
2021-12-07 21:26:23 +05:30
Shivam Mathur
bee5abe269
Bump extension cache key in workflow.yml
2021-11-24 18:23:02 +05:30
Shivam Mathur
dfc02c42d9
Bump extension cache key in workflow.yml
2021-11-11 19:55:50 +05:30
Shivam Mathur
123f6df529
Improve npm release workflow [skip ci]
2021-11-11 05:26:21 +05:30
Shivam Mathur
341cf69e13
Add allowed endpoints to node workflow
2021-11-10 08:36:00 +05:30
Shivam Mathur
f7b503e36b
Add action to harden runner in node workflow
2021-11-10 06:17:07 +05:30
Aneesh Relan
b3bf0f3990
fix: remove dry run
2021-10-05 23:23:05 +05:30
Aneesh Relan
8426bf89fd
ci: add github action to publish to npm and github packages
2021-10-05 23:10:58 +05:30
Shivam Mathur
6473b1c04c
Add 8.2 to the workflows
2021-09-02 00:18:50 +05:30
Shivam Mathur
b717b2fcde
Rename macos-11.0 to macos-11
2021-08-18 09:52:47 +05:30
Shivam Mathur
947009a717
Sunset support for Ubuntu 16.04
2021-08-02 23:10:43 +05:30
Shivam Mathur
75a1b03f39
Update Node version to 15.x
2021-04-19 17:06:00 +05:30
Shivam Mathur
de8537f42a
Use lcov.info for coverage
2021-04-15 16:54:35 +05:30
Shivam Mathur
113fcc64e3
Fix docs workflow
...
Do not run docs workflow on macos-11.0
Run docs workflow on saturday
2021-03-03 09:16:13 +05:30
Shivam Mathur
068c794af7
Change Node.js version in the workflow
2021-01-07 00:14:26 +05:30
Shivam Mathur
5a15252e66
Fix docs workflow
2020-12-01 08:48:41 +05:30
Shivam Mathur
385e3b6e96
Revert "Remove dashes from step ids"
...
This reverts commit 4d5f03db8a .
2020-11-20 08:39:37 +05:30
Shivam Mathur
68fbd80105
Add workflow to add default extensions on wiki
2020-11-02 04:47:28 +05:30
Shivam Mathur
8816b6ff48
Add PHP 8.1 to the main workflow
2020-10-18 19:41:54 +05:30
Shivam Mathur
83bdf158fa
Fix coverage message in node workflow
2020-08-02 19:09:46 +05:30
Shivam Mathur
a965723128
Set memory_limit=-1 on Windows and macOS
2020-07-18 06:01:48 +05:30
Shivam Mathur
d313593fee
Bump cache key
2020-07-08 06:44:18 +05:30
Shivam Mathur
5753a00ef5
Improve composer setup
2020-07-08 05:20:52 +05:30
Shivam Mathur
2907f8a584
Remove dashes from step ids
2020-06-22 07:33:15 +05:30
Shivam Mathur
b9404683e1
Improve extension support
2020-06-22 07:33:08 +05:30
Shivam Mathur
65e65163cd
Bump version to 2.3.0
2020-06-11 16:10:14 +05:30
Shivam Mathur
4f0d9003dc
Add Ubuntu 20.04 to CI
2020-06-04 08:40:45 +05:30
Shivam Mathur
03eb8cc744
Update actions/cache uses to v2
2020-06-03 01:56:43 +05:30
Shivam Mathur
4e8a0cfe8b
Update workflow
2020-04-09 21:58:34 +05:30
Shivam Mathur
405e57e429
Switch to macports based builds for old PHP on darwin
2020-03-08 08:10:10 +05:30
Shivam Mathur
38cb8b924d
Use shivammathur/php5-darwin for PHP5 on darwin
2020-02-29 01:17:20 +05:30
Shivam Mathur
e644692ccf
Update test workflow
2020-02-17 01:15:15 +05:30
Shivam Mathur
898b6fa1f9
macOS-latest -> macos-latest
2020-01-21 08:25:14 +05:30
Shivam Mathur
a2dd688679
Improve test workflows
2020-01-14 11:42:08 +05:30
Shivam Mathur
07ae2343d0
Update actions/checkout to v2
2020-01-01 22:36:25 +05:30
Shivam Mathur
f2972dcf18
Fix enabling zend extensions
2019-12-19 11:33:35 +05:30
Shivam Mathur
421187c870
Fix experimental workflow
2019-12-19 10:45:08 +05:30
Shivam Mathur
c6ad3d1a70
Add 8.0 support on windows
2019-12-19 00:23:32 +05:30
Shivam Mathur
ade633f0da
Fix coverage log for Xdebug on PHP 8.0
2019-12-09 14:58:42 +05:30
Shivam Mathur
e4fc767f9c
Deprecate extension-csv and ini-values-csv inputs
2019-12-09 11:14:07 +05:30
Shivam Mathur
1cf6a369bb
Add support for PHP 8.0.0-dev #104
2019-12-09 10:31:11 +05:30
Shivam Mathur
ddcacf4760
Improve readme and workflow
2019-11-30 05:30:17 +05:30
Shivam Mathur
4ba36c5432
Shift to rotating stable tags
2019-11-28 05:17:56 +05:30
Shivam Mathur
44815f1f73
Fix workflow and bump version
2019-11-27 20:44:27 +05:30
Shivam Mathur
a29956826a
Edit README and workflow
2019-11-27 20:26:36 +05:30
Shivam Mathur
1db0b0651d
Ship with @zeit/ncc
2019-11-24 05:17:35 +05:30
Shivam Mathur
3f6c88dec7
Improve workflow and lint the code
2019-11-24 02:38:52 +05:30
Shivam Mathur
71bd88f604
Combine workflows into one
2019-11-22 01:16:07 +05:30
Shivam Mathur
242082a22f
Update workflows and README, bump version
2019-11-22 01:13:20 +05:30
Shivam Mathur
46ac6f2211
Cache node_modules in workflows
2019-11-03 08:40:57 +05:30
Shivam Mathur
d27b4a7bc7
Create different workflows for each os
2019-10-30 03:13:56 +05:30
Shivam Mathur
20d1b1c6f1
Bump version, and update workflow, readme and actions.yml
2019-10-29 06:25:40 +05:30
Shivam Mathur
91d14c7068
Update workflows as powershell is now default on windows
2019-10-25 04:28:19 +05:30
Shivam Mathur
9145972d5c
Edit README and the test workflow
2019-10-19 19:59:48 +05:30
Shivam Mathur
0ac43c03b2
Add timeout to codecov step in the workflow
2019-10-19 19:48:25 +05:30
Shivam Mathur
46f009cce1
Fix installation of extensions with pdo prefix
2019-10-19 19:29:29 +05:30
Shivam Mathur
c1c0acc338
Fix scripts, README and examples
2019-10-10 19:45:43 +05:30
Shivam Mathur
46a875ad7e
Improve code and examples
2019-10-08 18:31:45 +05:30
Shivam Mathur
36104f0983
Fix scripts and action workflow
2019-09-25 17:04:10 +05:30
Shivam Mathur
d33e2e06e4
Not run workflow on *.md changes and fix links in README
2019-09-24 15:53:38 +05:30
Shivam Mathur
7fcf39f8e9
Fix codecov reporting and improve README
2019-09-24 14:54:34 +05:30
Shivam Mathur
43178a7254
Improve code quality and write tests
2019-09-20 21:54:46 +05:30
Shivam Mathur
e4a37d0f16
Add support for php.ini customization and fix bugs
2019-09-18 16:19:52 +05:30
Shivam Mathur
a398f54da4
Install PHP only if not found and support 7.4.0RC2
2019-09-18 01:18:33 +05:30
Shivam Mathur
02867faba4
Add support for PHP7.4
2019-09-13 13:47:34 +05:30
Shivam Mathur
c5513d9a78
Add support for adding PHP extensions
2019-09-07 18:18:47 +05:30
Shivam Mathur
f8b0e78904
cleanup
2019-09-06 05:35:52 +05:30
Shivam Mathur
8f9786b73f
init
2019-09-06 05:17:43 +05:30