Skip to content

Commit 51d2190

Browse files
[UAS-SCOUT] Update PHPUnit version and PHP platform configuration
- Upgraded PHPUnit to version 11 in CI configuration. - Set PHP platform version to 8.3 in composer.json for compatibility. - Adjusted dependencies in composer.lock to align with new requirements.
1 parent aad5b76 commit 51d2190

3 files changed

Lines changed: 22 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
uses: php-actions/phpunit@v4
4242
with:
4343
php_version: ${{ matrix.php-version }}
44-
version: 9.5
44+
version: 11
4545
bootstrap: ./vendor/autoload.php
4646
configuration: ./.github/workflows/phpunit.xml

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"support": {
1515
"issues": "https://github.com/bluem-development/bluem-php"
1616
},
17+
"config": {
18+
"platform": {
19+
"php": "8.3"
20+
}
21+
},
1722
"require": {
1823
"php": ">=8.3",
1924
"ext-dom": "*",

composer.lock

Lines changed: 16 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)