Skip to content

Commit 7197a1c

Browse files
committed
Prep changelog
1 parent aba58fa commit 7197a1c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,3 @@ jobs:
5656
- name: Run PHPStan
5757
if: ${{ matrix.experimental == false }}
5858
run: vendor/bin/phpstan analyze -c phpstan.neon
59-
60-
# - name: Code coverage
61-
# if: ${{ github.ref == 'refs/heads/master' }}
62-
# run: |
63-
# wget https://scrutinizer-ci.com/ocular.phar
64-
# php ocular.phar code-coverage:upload --format=php-clover coverage.clover

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"phpstan/phpstan": "^1.11.11",
25-
"phpunit/phpunit": "^9.5.23|^10.0|^11.0",
25+
"phpunit/phpunit": "^9.5.23|^10.0|^11.0|^12.0",
2626
"nikic/php-parser": "^v4.10.4",
2727
"symfony/yaml": "^5.0 | ^6.0 | ^7.0",
2828
"friendsofphp/php-cs-fixer": "^3.0",

docs/docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ permalink: /docs/changelog/
33
title: Changelog
44
---
55

6+
## 3.6.2 - 2025-03-16
7+
8+
### Fixed
9+
10+
- Allow PHPUnit 12
11+
612
## 3.6.1 - 2024-12-16
713

814
### Fixed

0 commit comments

Comments
 (0)