Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli committed May 29, 2023
1 parent a179406 commit 83e7fe5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/php-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
strategy:
matrix:
include:
#- php: '7.4'
# dependencies-preference: " "
#- php: '7.4'
# dependencies-preference: "--prefer-lowest"
- php: '8.0'
dependencies-preference: " "
- php: '8.0'
Expand Down Expand Up @@ -50,9 +46,6 @@ jobs:
composer config --no-plugins allow-plugins.php-http/discovery true
COMPOSER_PROCESS_TIMEOUT=0 composer install --dev --no-suggest --no-interaction
#- name: Install Guzzle
# run: composer require guzzlehttp/guzzle:^6.3.0 ${{ matrix.dependencies-preference }} --no-progress;

- run: composer show

- name: Check style for only changed files
Expand Down

0 comments on commit 83e7fe5

Please sign in to comment.