Skip to content

Commit 149b6b1

Browse files
authored
Merge pull request #22 from ensi-platform/ensitech-273
ENSITECH-273 /run-tests.yml php 8.4
2 parents 6f06143 + b79e8cd commit 149b6b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: [8.1, 8.2, 8.3]
15+
php: [8.1, 8.2, 8.3, 8.4]
1616
laravel: [9.*, 10.*, 11.*]
1717
exclude:
1818
- laravel: 11.*

src/Specification/CompositeSpecification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __call(string $name, array $arguments)
3434
return $result === $this->rootSpecification ? $this : $result;
3535
}
3636

37-
public function nested(string $field, Specification|Closure $factory = null): static
37+
public function nested(string $field, null|Specification|Closure $factory = null): static
3838
{
3939
$spec = $factory instanceof Specification
4040
? $factory

0 commit comments

Comments
 (0)