We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976d2af commit f057e0bCopy full SHA for f057e0b
1 file changed
.github/workflows/build.yaml
@@ -21,9 +21,9 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- php: ["8.3"]
25
- symfony: ["^6.4", "^7.3"]
26
- sylius: ["~2.0.0", "~2.1.0"]
+ php: ["8.3", "8.4"]
+ symfony: ["^6.4", "^7.4"]
+ sylius: ["~2.1.0", "~2.2.0"]
27
node: ["22.x"]
28
mysql: ["8.4"]
29
@@ -97,6 +97,10 @@ jobs:
97
name: Install PHP dependencies
98
run: composer install --no-interaction
99
100
+ -
101
+ name: Run PHPStan
102
+ run: vendor/bin/phpstan analyse
103
+
104
-
105
name: Run unit tests
106
run: vendor/bin/phpunit --colors=always --testsuite=unit
0 commit comments