Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Sep 29, 2023
1 parent 2a076f5 commit bb914db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ jobs:
- name: Setup Dependencies
env:
COMPOSER_ROOT_VERSION: 2.x-dev
PHP_CS_FIXER_IGNORE_ENV: true
run:
composer install -o

- name: Coding Standards Check
if: matrix.php-version != '8.1'
if: matrix.php-version != '8.2'
run: |
composer cs-check
Expand Down Expand Up @@ -105,12 +104,11 @@ jobs:
- name: Setup Dependencies
env:
COMPOSER_ROOT_VERSION: 2.x-dev
PHP_CS_FIXER_IGNORE_ENV: true
run:
composer install -o

- name: Coding Standards Check
if: matrix.php-version != '8.1'
if: matrix.php-version != '8.2'
run: |
composer cs-check
Expand Down

0 comments on commit bb914db

Please sign in to comment.