We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 530ac85 + 8d9d175 commit e2fe9deCopy full SHA for e2fe9de
.gitattributes
@@ -0,0 +1,4 @@
1
+/Resources/doc export-ignore
2
+/Tests export-ignore
3
+/phpunit.xml.dist export-ignore
4
+/.git* export-ignore
.github/workflows/tests.yaml
@@ -16,7 +16,7 @@ jobs:
16
include:
17
- php: 8.1
18
symfony: 6.0.*
19
- - php: 8.4
+ - php: 8.5
20
symfony: 7.3.*
21
22
steps:
0 commit comments