dependabot[bot]
|
8f070c47a8
|
GitHub Actions: Bump actions/cache from 4 to 5 (#212)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
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-15 08:33:13 -06:00 |
|
supahgreg
|
d69619ff54
|
Bump to Alpine 3.23.x and PHP 8.5.x
|
2025-12-04 02:45:52 +00:00 |
|
supahgreg
|
1fb8758322
|
Also run PHPUnit against PHP 8.6
|
2025-11-26 18:21:10 +00:00 |
|
dependabot[bot]
|
76a8b60847
|
GitHub Actions: Bump actions/checkout from 5 to 6
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>
|
2025-11-24 07:41:17 +00:00 |
|
supahgreg
|
e37e18e2a5
|
Add more tests (generated).
|
2025-10-20 04:38:32 +00:00 |
|
supahgreg
|
b941dfb55e
|
Add Rector to the PHP Code Quality workflow.
|
2025-10-18 14:00:05 +00:00 |
|
supahgreg
|
3bb71c4e6b
|
Drop running PHPUnit under PHP 8.2.
PHPUnit 12 dropped support for PHP 8.2
|
2025-10-11 16:41:05 +00:00 |
|
supahgreg
|
37c4298ae2
|
Revert "Troubleshoot PHPUnit setup for PHP 8.2 in PHP Code Quality workflow."
This reverts commit 6eaa9d91d855abf07f504fe36e222007fa8c4c68.
|
2025-10-11 16:33:47 +00:00 |
|
supahgreg
|
6eaa9d91d8
|
Troubleshoot PHPUnit setup for PHP 8.2 in PHP Code Quality workflow.
|
2025-10-11 16:31:52 +00:00 |
|
supahgreg
|
6fb85f81d4
|
Switch the PHP Code Quality workflow to PHPUnit 12, loosen PHPStan constraint.
|
2025-10-11 15:46:02 +00:00 |
|
supahgreg
|
5c941e663d
|
Cache PHPStan results, drop 'parallel.maximumNumberOfProcesses' param.
|
2025-10-11 05:38:51 +00:00 |
|
supahgreg
|
348d9ec12e
|
Try PHPUnit 9.6.29
|
2025-10-11 01:22:27 +00:00 |
|
supahgreg
|
d85cfdafb5
|
Bump PHPStan to 2.1.31 and PHPUnit to 9.5.28 (last in current 9.5.x).
|
2025-10-11 01:06:57 +00:00 |
|
supahgreg
|
e1491763dc
|
Tweaks for PHPStan+PHPUnit in the PHP Code Quality workflow (part 2/?).
|
2025-10-09 04:21:17 +00:00 |
|
supahgreg
|
f12f415792
|
Tweaks for PHPStan+PHPUnit in the PHP Code Quality workflow.
|
2025-10-09 04:15:51 +00:00 |
|
supahgreg
|
cb43a52644
|
Fix PHPStan+PHPUnit paths in PHP Code Quality workflow.
The action installs tools to '/usr/local/bin'.
|
2025-10-09 04:05:39 +00:00 |
|
supahgreg
|
5b8303cb74
|
Try letting the 'setup-php' action install PHPStan+PHPUnit in workflow.
|
2025-10-09 03:55:44 +00:00 |
|
supahgreg
|
ceab15254b
|
minor: make PHPStan happy after a4eed151b73ca32e92963fae054e77f04a7d5eb2
|
2025-10-05 21:23:24 +00:00 |
|
supahgreg
|
fc95bae2a6
|
Add a Publish workflow.
|
2025-10-05 00:13:35 +00:00 |
|
supahgreg
|
c3f3eb8387
|
Revert PHPUnit job name change from 3d8c54877f89075eda0d7e196362f21709689ad9.
GitHub doesn't handle long-ish names well in the UI, so just go with the default behavior.
|
2025-10-04 22:20:50 +00:00 |
|
supahgreg
|
3d8c54877f
|
Update some names in the PHP Code Quality workflow.
|
2025-10-04 22:17:15 +00:00 |
|
supahgreg
|
a32720615f
|
Also trigger the PHP Code Quality workflow if 'phpunit.xml' changes.
|
2025-10-04 21:56:58 +00:00 |
|
supahgreg
|
4f2423198a
|
Add a workflow job for PHPUnit.
|
2025-10-04 21:53:44 +00:00 |
|