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 2f9fb00 commit 74e4ba3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
tools: cs2pr, phpcs, composer

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

- name: Run phpcs
run: phpcs -q --report=checkstyle src | cs2pr
with:
phpcs_bin_path: './vendor/bin/phpcs'

unit-php:
name: PHP Unit Tests
Expand Down

0 comments on commit 74e4ba3

Please sign in to comment.