Commit Graph

704 Commits

Author SHA1 Message Date
Sebastian Bergmann 9b54f1afab
Prepare release 2026-05-20 06:38:47 +02:00
Sebastian Bergmann 8baf36f516
Merge branch '7.0'
* 7.0:
  Prepare release
2026-05-20 06:37:56 +02:00
Sebastian Bergmann c5e21b5de6
Prepare release 2026-05-20 06:37:17 +02:00
Sebastian Bergmann 3825c739b1
Merge branch '7.0'
* 7.0:
  Closes #90
  Update github-actions
  Update codecov/codecov-action digest to e79a696
  Update dependency phpstan/phpstan to ^2.1.55
2026-05-20 06:35:46 +02:00
Sebastian Bergmann d5f1896389
Closes #90 2026-05-20 06:34:14 +02:00
renovate[bot] 99dffe1f0c Update github-actions 2026-05-19 09:54:58 +00:00
renovate[bot] de8ee89f26 Update github-actions 2026-05-19 09:54:36 +00:00
Sebastian Bergmann 59eac409ce
More work on Renovate configuration 2026-05-19 07:03:06 +02:00
renovate[bot] 33ad39f854 Update codecov/codecov-action digest to e79a696 2026-05-19 06:16:29 +02:00
renovate[bot] cb6a7c4ba1 Update codecov/codecov-action digest to e79a696 2026-05-19 06:16:24 +02:00
Sebastian Bergmann 4d6693391a
Use tagged version 2026-05-18 17:44:37 +02:00
renovate[bot] 1193484136 Update composer/api-surface-check digest to c630883 2026-05-18 16:10:19 +02:00
renovate[bot] 916a6e14f3 Update dependency phpstan/phpstan to ^2.1.55 2026-05-18 15:00:51 +02:00
renovate[bot] 24d760418a Update dependency phpstan/phpstan to ^2.1.55 2026-05-18 15:00:49 +02:00
Sebastian Bergmann 249d162f1a
Merge branch '7.0'
* 7.0:
  Harden workflows
  Update github-actions to v6
  Update dependency phpunit/phpunit to ^12.5.25
  Update dependency sebastian/recursion-context to ^7.0.1
  Pin dependencies
2026-05-17 08:35:28 +02:00
Sebastian Bergmann 78c7e55c00
Harden workflows 2026-05-17 08:34:52 +02:00
renovate[bot] 7e38e043ea Update github-actions to v6 2026-05-16 18:25:12 +02:00
renovate[bot] ad1c70765c Update dependency phpunit/phpunit to ^12.5.25 2026-05-16 17:03:30 +02:00
renovate[bot] e90dba91d9 Update dependency sebastian/recursion-context to ^7.0.1 2026-05-16 17:03:24 +02:00
renovate[bot] baa9a4396f Pin dependencies 2026-05-16 10:43:17 +02:00
renovate[bot] 894227552c Update github-actions to v6 2026-05-16 10:42:12 +02:00
Sebastian Bergmann c204fd5a4f
Ignore renovate.json for export 2026-05-16 06:58:38 +02:00
renovate[bot] bf162ac591 Update dependency phpunit/phpunit to ^13.1.10 2026-05-16 06:46:13 +02:00
renovate[bot] b396512ed8 Pin dependencies 2026-05-16 06:40:18 +02:00
Sebastian Bergmann a26cf06434
Configure Renovate 2026-05-16 06:25:47 +02:00
Sebastian Bergmann 8d0e9c4c32
Merge branch '7.0'
* 7.0:
  Update tools
  Do not use Phive to manage Composer
2026-05-13 13:32:02 +02:00
Sebastian Bergmann 46fbf4d175
Update tools 2026-05-13 13:31:29 +02:00
Sebastian Bergmann 150ed9dd55
Do not use Phive to manage Composer 2026-05-13 13:31:16 +02:00
Sebastian Bergmann b11215d971
Merge branch '7.0'
* 7.0:
  Harden workflows
2026-05-13 08:23:02 +02:00
Sebastian Bergmann d26874f911
Harden workflows 2026-05-13 08:22:56 +02:00
Sebastian Bergmann e8c1311f17
Set up API surface check for pull requests 2026-05-01 08:39:35 +02:00
Sebastian Bergmann 439f0be9b9
Update security policy 2026-05-01 08:33:37 +02:00
Sebastian Bergmann 9cee180ebe
Prepare release 2026-04-15 14:38:05 +02:00
USAMI Kenta 4d141ea52d Avoid int casts when exporting floats
Avoid runtime warnings for large float values by removing the
int-cast-based check and using a simpler string-based check instead.
2026-04-15 14:35:39 +02:00
Sebastian Bergmann 40801a527c
Prepare release 2026-04-10 14:56:23 +02:00
Sebastian Bergmann 3367e85396
Explicitly handle NAN, INF, and -INF 2026-04-10 14:32:24 +02:00
Sebastian Bergmann 9daa802412
Merge branch '7.0'
* 7.0:
  Do not interpolate GitHub Actions expressions in shell scripts
2026-04-09 07:19:02 +02:00
Sebastian Bergmann 2308f4f1ce
Do not interpolate GitHub Actions expressions in shell scripts 2026-04-09 07:19:00 +02:00
Sebastian Bergmann dc31f1f8e0
Prepare release 2026-02-06 05:44:28 +01:00
Sebastian Bergmann abc7f44aa8
Refactor 2026-01-01 09:52:33 +01:00
Sebastian Bergmann 968ad065d7
Remove skip condition that is no longer needed 2025-12-31 17:45:07 +01:00
Sebastian Bergmann 2f6cbc5b83
Start development of next major version 2025-12-31 17:07:52 +01:00
Sebastian Bergmann e0408a38b0
Bump copyright year 2025-12-31 14:59:57 +01:00
Sebastian Bergmann a5d484ef4f
Update GitHub Actions 2025-12-31 14:59:49 +01:00
Sebastian Bergmann 69a57cf8d4
Update tools 2025-12-31 14:59:27 +01:00
Sebastian Bergmann d4d9bba3c5
Merge branch '6.3'
* 6.3:
  Sync with CI pipeline configuration for PHPUnit
  Update tools
2025-09-26 13:25:33 +02:00
Sebastian Bergmann c939676885
Merge branch '5.1' into 6.3
* 5.1:
  Sync with CI pipeline configuration for PHPUnit
  Update tools
2025-09-26 13:23:57 +02:00
Sebastian Bergmann 674f8e4778
Sync with CI pipeline configuration for PHPUnit
* Remove superfluous double-quotes
* Configure timeout for jobs
* Do not fetch tags
* Cache Composer's cache directory
* Introduce PHP_VERSION variable
* Introduce separate job for code coverage
* Test with PHP 8.6
2025-09-26 13:20:41 +02:00
Sebastian Bergmann e15d3843bb
Update tools 2025-09-26 13:20:08 +02:00
Sebastian Bergmann 016951ae10
Prepare release 2025-09-24 08:16:11 +02:00