Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
renintw committed Mar 23, 2023
1 parent b56db01 commit de19746
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
tools: composer

- name: Install dependencies
run: composer install --dev --prefer-dist --no-progress --no-suggest

Expand Down

0 comments on commit de19746

Please sign in to comment.