Skip to content

Commit 59737de

Browse files
authored
IBX-11179: Updated PHP versions in CI configuration to 8.3 and 8.4 #8
1 parent a654f0b commit 59737de

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
php:
1717
- '8.3'
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- name: Setup PHP Action
2222
uses: shivammathur/setup-php@v2
@@ -43,11 +43,11 @@ jobs:
4343
matrix:
4444
php:
4545
- '7.4'
46-
- '8.0'
46+
- '8.3'
4747
- '8.4'
4848

4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v6
5151

5252
- name: Setup PHP Action
5353
uses: shivammathur/setup-php@v2
@@ -95,11 +95,11 @@ jobs:
9595
matrix:
9696
php:
9797
- '7.4'
98-
- '8.0'
98+
- '8.3'
9999
- '8.4'
100100

101101
steps:
102-
- uses: actions/checkout@v4
102+
- uses: actions/checkout@v6
103103

104104
- name: Setup PHP Action
105105
uses: shivammathur/setup-php@v2
@@ -157,11 +157,11 @@ jobs:
157157
matrix:
158158
php:
159159
- '7.4'
160-
- '8.0'
160+
- '8.3'
161161
- '8.4'
162162

163163
steps:
164-
- uses: actions/checkout@v4
164+
- uses: actions/checkout@v6
165165

166166
- name: Setup PHP Action
167167
uses: shivammathur/setup-php@v2
@@ -215,11 +215,11 @@ jobs:
215215
matrix:
216216
php:
217217
- '7.4'
218-
- '8.0'
218+
- '8.3'
219219
- '8.4'
220220

221221
steps:
222-
- uses: actions/checkout@v4
222+
- uses: actions/checkout@v6
223223

224224
- name: Setup PHP Action
225225
uses: shivammathur/setup-php@v2

.github/workflows/frontend-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 5
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v6
2424
- uses: actions/setup-node@v2
2525
with:
2626
node-version: '14'

src/bundle/Serializer/Normalizer/LockKeyNormalizer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function normalize($data, ?string $format = null, array $context = []): a
3232
{
3333
assert($data instanceof Key);
3434

35+
/** @var array<string, mixed> */
3536
return Closure::bind(fn (): array => array_intersect_key(
3637
get_object_vars($this),
3738
/** @phpstan-ignore-next-line argument.type */

0 commit comments

Comments
 (0)