We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ff33b commit 19684b9Copy full SHA for 19684b9
.github/workflows/ci.yml
@@ -202,6 +202,14 @@ jobs:
202
- RamseyUuid
203
- GraphQl
204
- Serializer
205
+ - Symfony
206
+ include:
207
+ - php: '8.1'
208
+ coverage: true
209
+ - php: '8.2'
210
211
+ - php: '8.3'
212
213
fail-fast: false
214
steps:
215
- name: Checkout
phpunit.xml.dist
@@ -29,6 +29,7 @@
29
<directory>features</directory>
30
<directory>tests</directory>
31
<directory>vendor</directory>
32
+ <directory>src/**/Tests/</directory>
33
<file>.php-cs-fixer.dist.php</file>
34
</exclude>
35
</coverage>
0 commit comments