Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez committed Sep 10, 2021
1 parent 6affb71 commit 6d13e25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-

- name: Install dependencies
run: composer install --prefer-dist --no-progress
run: |
composer require laravel/framework=${{ matrix.laravel }} --ignore-platform-req=php --no-update
composer install --prefer-dist --no-progress --ignore-platform-req=php
- name: Validate composer.json and composer.lock
run: composer validate
Expand All @@ -60,7 +62,7 @@ jobs:
- name: Install Laravel Sample
run: |
composer remove codeception/module-laravel --dev --no-update
composer update --no-progress
composer install --no-progress
working-directory: framework-tests

- name: Prepare the test environment and run test suite
Expand Down

0 comments on commit 6d13e25

Please sign in to comment.