Skip to content

Commit af51c27

Browse files
committed
phpunit 12.2.9 => 12.3.0.
1 parent 669ce94 commit af51c27

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.2.9" location="./tools/phpunit" copy="true"/>
3+
<phar name="phpunit" version="^12.0.2" installed="12.3.0" location="./tools/phpunit" copy="true"/>
44
<phar name="psalm" version="^6.5.0" installed="6.13.0" location="./tools/psalm" copy="true"/>
55
<phar name="phpcs" version="^3.9.0" installed="3.13.2" location="./tools/phpcs" copy="true"/>
66
<phar name="phpcbf" version="^3.9.0" installed="3.13.2" 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.2.9 => 12.3.0.
10+
711
## [6.8.1] - 2025-07-31
812
### Changed
913
- cyril-verloop/codingame-configuration 1.17.0 => 1.17.1.

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.2/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.3/phpunit.xsd"
55
bootstrap="../vendor/autoload.php"
66
cacheDirectory="../var/cache/.phpunit.cache"
77
colors="true"

0 commit comments

Comments
 (0)