Skip to content

Commit

Permalink
Simplify CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Apr 13, 2022
1 parent 0f0e0ed commit 8ba5a7d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,9 @@ jobs:
tools: composer:v2
coverage: xdebug

- name: Install Composer dependencies (PHP 7.4)
if: matrix.php-versions == '7.4'
- name: Install Composer dependencies
run: composer install

- name: Install Composer dependencies (PHP 8.0)
if: matrix.php-versions == '8.0'
run: |
composer update ocramius/package-versions
composer install
- name: Composer license check
run: composer check-license

Expand Down

0 comments on commit 8ba5a7d

Please sign in to comment.