Skip to content

Commit

Permalink
Update monorepo-validate github action
Browse files Browse the repository at this point in the history
  • Loading branch information
manavo committed Feb 15, 2023
1 parent 65388d4 commit c2c7aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/monorepo-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
extensions: mbstring, pdo, pdo_sqlite
coverage: none
- name: Install dependencies
run: composer install -n --prefer-dist
- name: Valdidate Dependencies are consistent
- name: Validate Dependencies are consistent
run: vendor/bin/monorepo-builder validate

0 comments on commit c2c7aff

Please sign in to comment.