Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Sep 7, 2022
1 parent 3a1085a commit db9d7a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/phpunits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ jobs:
- name: Install dependencies
id: composer-dependencies
run: composer install --prefer-dist --no-progress
if: ${{ matrix.php-versions != '8.2' }}

- name: Install dependencies (ignore)
id: composer-dependencies
run: composer install --prefer-dist --no-progress --ignore-platform-reqs
if: ${{ matrix.php-versions == '8.2' }}

- name: Check codeclimate
id: codeclimate-check
Expand Down

0 comments on commit db9d7a6

Please sign in to comment.