Skip to content

Commit cb10b02

Browse files
authored
Merge pull request #770 from patchlevel/update-pipeline
update php versions & deptrac
2 parents efce65f + 78b267b commit cb10b02

15 files changed

+602
-444
lines changed

.github/workflows/backward-compatibility-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
dependencies:
1717
- "locked"
1818
php-version:
19-
- "8.2"
19+
- "8.4"
2020
operating-system:
2121
- "ubuntu-latest"
2222

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
dependencies:
3030
- "locked"
3131
php-version:
32-
- "8.3"
32+
- "8.4"
3333
operating-system:
3434
- "ubuntu-latest"
3535

.github/workflows/coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dependencies:
2121
- "locked"
2222
php-version:
23-
- "8.3"
23+
- "8.4"
2424
operating-system:
2525
- "ubuntu-latest"
2626

.github/workflows/deptrac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dependencies:
2121
- "locked"
2222
php-version:
23-
- "8.3"
23+
- "8.4"
2424
operating-system:
2525
- "ubuntu-latest"
2626

.github/workflows/docs-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dependencies:
2020
- "locked"
2121
php-version:
22-
- "8.3"
22+
- "8.4"
2323
operating-system:
2424
- "ubuntu-latest"
2525

.github/workflows/mutation-tests-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
dependencies:
1717
- "locked"
1818
php-version:
19-
- "8.3"
19+
- "8.4"
2020
operating-system:
2121
- "ubuntu-latest"
2222

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dependencies:
2121
- "locked"
2222
php-version:
23-
- "8.3"
23+
- "8.4"
2424
operating-system:
2525
- "ubuntu-latest"
2626

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dependencies:
2121
- "locked"
2222
php-version:
23-
- "8.3"
23+
- "8.4"
2424
operating-system:
2525
- "ubuntu-latest"
2626

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dependencies:
2121
- "locked"
2222
php-version:
23-
- "8.3"
23+
- "8.4"
2424
operating-system:
2525
- "ubuntu-latest"
2626

baseline.xml

Lines changed: 23 additions & 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="6.12.0@cf420941d061a57050b6c468ef2c778faf40aee2">
2+
<files psalm-version="6.13.1@1e3b7f0a8ab32b23197b91107adc0a7ed8a05b51">
33
<file src="src/Aggregate/AggregateRootBehaviour.php">
44
<UnsafeInstantiation>
55
<code><![CDATA[new static()]]></code>
@@ -29,6 +29,9 @@
2929
<code><![CDATA[base64_decode($result['crypto_iv'])]]></code>
3030
<code><![CDATA[base64_decode($result['crypto_key'])]]></code>
3131
</ArgumentTypeCoercion>
32+
<DeprecatedMethod>
33+
<code><![CDATA[setPrimaryKey]]></code>
34+
</DeprecatedMethod>
3235
</file>
3336
<file src="src/EventBus/AttributeListenerProvider.php">
3437
<MixedMethodCall>
@@ -92,6 +95,12 @@
9295
<code><![CDATA[archive]]></code>
9396
</UndefinedInterfaceMethod>
9497
</file>
98+
<file src="src/Schema/DoctrineSchemaDirector.php">
99+
<InternalMethod>
100+
<code><![CDATA[getName]]></code>
101+
<code><![CDATA[getName]]></code>
102+
</InternalMethod>
103+
</file>
95104
<file src="src/Serializer/Normalizer/IdNormalizer.php">
96105
<DeprecatedClass>
97106
<code><![CDATA[ReflectionTypeUtil::classStringInstanceOf(
@@ -131,6 +140,11 @@
131140
<code><![CDATA[$streamName]]></code>
132141
</PropertyTypeCoercion>
133142
</file>
143+
<file src="src/Store/DoctrineDbalStore.php">
144+
<DeprecatedMethod>
145+
<code><![CDATA[setPrimaryKey]]></code>
146+
</DeprecatedMethod>
147+
</file>
134148
<file src="src/Store/DoctrineDbalStoreStream.php">
135149
<ArgumentTypeCoercion>
136150
<code><![CDATA[(int)$data['playhead']]]></code>
@@ -144,6 +158,11 @@
144158
<code><![CDATA[$this->messages]]></code>
145159
</MixedPropertyTypeCoercion>
146160
</file>
161+
<file src="src/Store/StreamDoctrineDbalStore.php">
162+
<DeprecatedMethod>
163+
<code><![CDATA[setPrimaryKey]]></code>
164+
</DeprecatedMethod>
165+
</file>
147166
<file src="src/Store/StreamDoctrineDbalStoreStream.php">
148167
<ArgumentTypeCoercion>
149168
<code><![CDATA[(int)$data['playhead']]]></code>
@@ -179,6 +198,9 @@
179198
</InvalidOperand>
180199
</file>
181200
<file src="src/Subscription/Store/DoctrineSubscriptionStore.php">
201+
<DeprecatedMethod>
202+
<code><![CDATA[setPrimaryKey]]></code>
203+
</DeprecatedMethod>
182204
<MixedArgument>
183205
<code><![CDATA[$context]]></code>
184206
</MixedArgument>

0 commit comments

Comments
 (0)