Skip to content

Commit 8ea8621

Browse files
committed
phpunit 12.1.6 => 12.2.0.
1 parent 62988e4 commit 8ea8621

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpunit" version="^12.0.2" installed="12.1.6" location="./tools/phpunit" copy="true"/>
3+
<phar name="phpunit" version="^12.0.2" installed="12.2.0" location="./tools/phpunit" copy="true"/>
44
<phar name="psalm" version="^6.5.0" installed="6.12.0" location="./tools/psalm" copy="true"/>
55
<phar name="phpcs" version="^3.9.0" installed="3.13.0" location="./tools/phpcs" copy="true"/>
66
<phar name="phpcbf" version="^3.9.0" installed="3.13.0" location="./tools/phpcbf" copy="true"/>

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
### Changed
9+
- PHPUnit 12.1.6 => 12.2.0.
10+
711
## [6.6.0] - 2025-05-31
812
### Changed
913
- cyril-verloop/codingame-configuration 1.14.0 => 1.15.0.

ci/phpunit.dist.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.1/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.2/phpunit.xsd"
55
bootstrap="../vendor/autoload.php"
66
cacheDirectory="../var/cache/.phpunit.cache"
77
colors="true"

0 commit comments

Comments
 (0)