Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvdbrugge committed Sep 22, 2024
1 parent 894c6a6 commit 3d297ae
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PHP Composer
name: PHP Tools

on:
push:
Expand All @@ -13,6 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
name: PHP ${{ matrix.php-versions }}

strategy:
fail-fast: false
Expand Down Expand Up @@ -48,12 +49,6 @@ jobs:
- name: Install Dependencies
run: composer install

- name: Install Tools
run: make
devtools/php-cs-fixer/vendor/bin/php-cs-fixer
devtools/phpstan/vendor/bin/phpstan
devtools/phpunit/vendor/bin/phpunit

- name: Run CodeStyle Check
run: make codestyle

Expand Down

0 comments on commit 3d297ae

Please sign in to comment.