Skip to content

Commit

Permalink
Change config of gha build
Browse files Browse the repository at this point in the history
  • Loading branch information
liszkapawel committed Feb 19, 2024
1 parent dc88ace commit 66d37b3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.0", "8.1" ]
php: [ "8.1" ]
symfony: [ "5.4.*", "^6.0" ]
sylius: [ "^1.12" ]
node: [ "14.x" ]
Expand Down Expand Up @@ -160,14 +160,6 @@ jobs:
name: Validate database schema
run: (cd tests/Application && bin/console doctrine:schema:validate)

-
name: Run PHPStan
run: vendor/bin/phpstan analyse -c phpstan.neon -l max src/

-
name: Run Psalm
run: vendor/bin/psalm

-
name: Run PHPSpec
run: vendor/bin/phpspec run --ansi -f progress --no-interaction
Expand Down

0 comments on commit 66d37b3

Please sign in to comment.