Skip to content

Commit f057e0b

Browse files
committed
Update actions
1 parent 976d2af commit f057e0b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
php: ["8.3"]
25-
symfony: ["^6.4", "^7.3"]
26-
sylius: ["~2.0.0", "~2.1.0"]
24+
php: ["8.3", "8.4"]
25+
symfony: ["^6.4", "^7.4"]
26+
sylius: ["~2.1.0", "~2.2.0"]
2727
node: ["22.x"]
2828
mysql: ["8.4"]
2929

@@ -97,6 +97,10 @@ jobs:
9797
name: Install PHP dependencies
9898
run: composer install --no-interaction
9999

100+
-
101+
name: Run PHPStan
102+
run: vendor/bin/phpstan analyse
103+
100104
-
101105
name: Run unit tests
102106
run: vendor/bin/phpunit --colors=always --testsuite=unit

0 commit comments

Comments
 (0)