Skip to content

Commit

Permalink
SDK-5711: removed php 7.4 from support
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4onok committed Jan 3, 2024
1 parent 75f8e3e commit 6c85392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
run: composer --version

- name: Composer install
if: ${{ matrix.php-version != '7.4' }}
if: ${{ matrix.php-version != '8.0' }}
run: composer install

- name: Composer install
if: ${{ matrix.php-version == '7.4' }}
if: ${{ matrix.php-version == '8.0' }}
run: composer update --prefer-lowest

- name: Run PHPStan
Expand Down

0 comments on commit 6c85392

Please sign in to comment.