Skip to content

Commit

Permalink
Use composer2 on PHP8 for static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
navarr committed Jun 22, 2021
1 parent c792d5c commit 58f96e7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ jobs:
name: Static Analysis Check
runs-on: ubuntu-latest
container:
image: davidalger/php:7.2
image: davidalger/php:8.0
steps:
- name: Checkout Repository
uses: actions/checkout@v1

- name: Install Prestissimo
run: composer global require hirak/prestissimo

- name: Install Dependencies
run: composer install
run: composer2 install

- name: Run PHPStan
run: vendor/bin/phpstan analyse src --level max

0 comments on commit 58f96e7

Please sign in to comment.