Skip to content

Commit

Permalink
Merge pull request #95 from HubSpot/feature/csfix
Browse files Browse the repository at this point in the history
fix php version in cs fixer ation
  • Loading branch information
ksvirkou-hubspot authored Feb 17, 2022
2 parents 7ee744c + cb02f4b commit 5a4ca6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'

- run: "composer install --no-interaction --no-progress --no-suggest"

Expand Down

0 comments on commit 5a4ca6b

Please sign in to comment.