1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00
Commit Graph

25 Commits

Author SHA1 Message Date
dependabot[bot]
5e79ef6b69 build(deps): bump actions/upload-artifact from 6 to 7 (#5396)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-01 19:42:14 -08:00
dependabot[bot]
c614967fa4 Bump actions/upload-artifact from 5 to 6 (#5045)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 10:17:44 +01:00
dependabot[bot]
6729c59003 Bump actions/checkout from 5 to 6 (#5026)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 09:09:45 +01:00
dependabot[bot]
0cdf65ecfd Bump actions/upload-artifact from 4 to 5 (#4971) 2025-11-03 11:30:10 +08:00
dependabot[bot]
44b98de561 Bump actions/checkout from 4 to 5 (#4855) 2025-08-31 18:10:01 +00:00
Luffy
6e91deb645 Add bug report and documentation improvement templates (#4811) 2025-08-16 17:52:40 +08:00
Tim Düsterhus
94ab31f873 Create dependabot.yml 2025-08-13 19:28:41 +02:00
Philippe DELENTE
051b8cc371 fix review issue template github (#4578) 2025-04-03 22:56:54 +02:00
Philippe DELENTE
46e7332b10 update workflow integrate yaml ubuntu (#4484) 2025-02-22 19:31:11 +00:00
Philippe DELENTE
2c6c9a4d10 Add issue templates bug + documentation (#4457) 2025-02-21 19:01:24 +00:00
Jim Winstead
8363ee9e39 Re-enable section-order QA script (#3820) 2024-10-02 16:53:00 +01:00
Jean-Baptiste Nahan
87370cf9ff bump version for actions/upload-artifact on github workflow integrate (#3713)
Co-authored-by: jb cr <51637606+jbcr@users.noreply.github.com>
2024-09-04 11:05:02 +02:00
Gina Peter Banyard
d9a3445921 Ignore QA section order script for now 2024-06-14 16:57:57 +01:00
Tim Düsterhus
f318ff098b Update GHA to actions/checkout@v4 2023-09-05 11:28:16 +02:00
Tim Düsterhus
676793d907 Fix check-whitespace.yml
This sets up the identity first, because otherwise the merge appears to fail
unpredictably.
2023-01-10 23:52:24 +01:00
Tim Düsterhus
a2097ad6ab Add explicit permissions to GHA workflows (#2159)
see php/php-src@1d45ca58c8
2023-01-09 19:59:49 +01:00
Tim Düsterhus
ec53557d85 Update to actions/checkout@v3 in check-whitespace.yml
v2 emits a deprecation with regard to the used node.js version
2023-01-09 19:57:27 +01:00
Tim Düsterhus
a08aa8dccb Make check-whitespace.ymlcheck the final result only (#2158) 2023-01-09 19:49:58 +01:00
Yoshinari Takaoka
e892ba1a97 Ubuntu-latest workflows will use Ubuntu-22.04, temporary workaround (#2036)
ubuntu-latest is currently transitioning to ubuntu-22.04. During this time, you may experience some jobs running on either an ubuntu-20.04 or ubuntu-22.04 runner. You can specify `runs-on: ubuntu-20.04` in your workflow if you need the previous version.

https://github.com/actions/runner-images
https://github.com/actions/runner-images/issues/6399
2022-12-03 12:13:36 +09:00
hakre
525a4c13fb Add white space checker script to CI
Original work is in [git] github mirror.   Includes recent comment fixes
[1].

[git]: https://github.com/git/git/blob/master/.github/workflows/check-whitespace.yml
[1]: bf5b83fd8a

Closes GH-1093.
2022-06-28 12:07:21 +02:00
George Peter Banyard
830ac0be6d Run section-order QA script on CI (#1498)
This prevents from introducing incorrect section orders
2022-04-04 18:16:52 +01:00
Juliette
971e603c5d 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/checkout/releases
* https://github.com/actions/upload-artifact/releases

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>

Closes GH-1442.
2022-03-07 11:59:28 +01:00
Christoph M. Becker
2c56356914 CI: upload .manual.xml
This is mostly meant for PhD CI, but may be useful for other purposes
as well.

Closes GH-832.
2021-08-06 21:56:18 +02:00
George Peter Banyard
68a99896d6 Add QA script to CI 2021-06-13 23:23:33 +01:00
Andreas Möller
9b205665d2 Enhancement: Switch from Travis CI to GitHub Actions
Closes GH-299.
2021-01-08 19:20:12 +01:00