Skip to content

Commit ae7662c

Browse files
committed
:octocat: CI update
1 parent 4d02944 commit ae7662c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
php-version:
2525
- "8.1"
2626
- "8.2"
27+
- "8.3"
2728

2829
env:
2930
PHAN_ALLOW_XDEBUG: 0
@@ -90,6 +91,7 @@ jobs:
9091
php-version:
9192
- "8.1"
9293
- "8.2"
94+
- "8.3"
9395

9496
steps:
9597
- name: "Checkout"

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"require-dev": {
2727
"phan/phan": "^5.4",
2828
"phpmd/phpmd": "^2.13",
29-
"phpunit/phpunit": "^10.2",
30-
"squizlabs/php_codesniffer": "^3.7"
29+
"phpunit/phpunit": "^10.5",
30+
"squizlabs/php_codesniffer": "^3.8"
3131
},
3232
"autoload": {
3333
"psr-4": {

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.2/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
cacheResultFile=".build/phpunit.result.cache"
66
colors="true"
77
>
88
<testsuites>
99
<testsuite name="php-settings-container test suite">
10-
<directory suffix=".php">./tests/</directory>
10+
<directory>./tests/</directory>
1111
<exclude>./tests/TestContainer.php</exclude>
1212
<exclude>./tests/TestOptionsTrait.php</exclude>
1313
</testsuite>

0 commit comments

Comments
 (0)