Skip to content

Commit 76d9709

Browse files
authored
Test on PHP 8.5 (#1237)
* Test on PHP 8.5 * fix remove dummy attribute
1 parent 180e233 commit 76d9709

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
symfony-version: '8.0.*'
4141
dependencies: 'highest'
4242
coverage: 'pcov'
43+
- php-version: '8.5'
44+
symfony-version: '8.0.*'
45+
dependencies: 'highest'
4346
- php-version: '8.2'
4447
symfony-version: '5.4.*'
4548
dependencies: 'lowest'

src/Annotation/Builder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* @NamedArgumentConstructor
1515
* @Target({"PROPERTY", "METHOD"})
1616
*/
17-
#[Attribute(Attribute::TARGET_PROPERTY | Attribute::TARGET_METHOD)]
1817
abstract class Builder extends Annotation
1918
{
2019
/**

0 commit comments

Comments
 (0)