Skip to content

Commit ef1c71e

Browse files
Merge branch '9.2' into 10.0
2 parents f13d24c + fe7b8ad commit ef1c71e

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install PHP
2323
uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: 8.1
25+
php-version: 8.2
2626
extensions: :apcu, :imagick
2727
coverage: none
2828
tools: none
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install PHP
4343
uses: shivammathur/setup-php@v2
4444
with:
45-
php-version: 8.1
45+
php-version: 8.2
4646
extensions: :apcu, :imagick
4747
coverage: none
4848
tools: none

.phive/phars.xml

Lines changed: 2 additions & 2 deletions
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="php-cs-fixer" version="^3.0" installed="3.14.4" location="./tools/php-cs-fixer" copy="true"/>
4-
<phar name="psalm" version="^5.0" installed="5.7.5" location="./tools/psalm" copy="true"/>
3+
<phar name="php-cs-fixer" version="^3.0" installed="3.15.1" location="./tools/php-cs-fixer" copy="true"/>
4+
<phar name="psalm" version="^5.0" installed="5.8.0" location="./tools/psalm" copy="true"/>
55
<phar name="composer" version="^2.0.3" installed="2.5.4" location="./tools/composer" copy="true"/>
66
</phive>

.psalm/baseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="5.7.1@8e0fd880141f236847ab49a06f94f788d41a4292">
2+
<files psalm-version="5.8.0@9cf4f60a333f779ad3bc704a555920e81d4fdcda">
33
<file src="src/CodeCoverage.php">
44
<ArgumentTypeCoercion>
55
<code>$tmp[0]</code>

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
}
1818
],
1919
"support": {
20-
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues"
20+
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
21+
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy"
2122
},
2223
"config": {
2324
"platform": {

tools/php-cs-fixer

4.29 KB
Binary file not shown.

tools/psalm

1.07 KB
Binary file not shown.

0 commit comments

Comments
 (0)