Skip to content

Commit 45e9754

Browse files
authored
ci: cover 25.3 LTS (#299)
1 parent 45ba0f1 commit 45e9754

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
- "23.8"
7373
- "24.3"
7474
- "24.8"
75+
- "25.3"
7576
dependency-versions:
7677
- "highest"
7778
env:

src/Param/ParamValueConverterRegistry.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ public function __construct(array $registry = [])
108108
throw UnsupportedParamValue::type($value);
109109
},
110110

111+
'BFloat16' => self::noopConverter(),
112+
111113
'Dynamic' => self::noopConverter(),
112114
'Variant' => self::noopConverter(),
113115

0 commit comments

Comments
 (0)