Skip to content

Commit

Permalink
Fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jun 12, 2023
1 parent 7834cd1 commit 7b48bfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
- uses: actions/checkout@v2
- name: Setup PHP environment
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- name: Install dependencies
run: composer install
- name: PHPCSFixer check
- name: pint check
run: composer check-style
phpunit:
strategy:
Expand Down

0 comments on commit 7b48bfd

Please sign in to comment.