Skip to content

Commit

Permalink
Removed composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Apr 20, 2024
1 parent 9106d8a commit d713f2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9,204 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
- name: Laravel 10 composition
if: matrix.version == '10'
run: |
composer require "laravel/framework" "^10" --with-all-dependencies
composer require "laravel/framework" "^10" --W
- name: Laravel 11 composition
if: matrix.version == '11'
run: |
composer require "laravel/framework" "^11" --with-all-dependencies
composer require "laravel/framework" "^11" --W
- name: PHPUnit tests
if: success() && github.event.pull_request.draft == false
if: success()
run: |
composer test
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "$TESTING_ENV" > .env.testing
- name: PHPUnit tests with coverage
if: success() && github.event.pull_request.draft == false
if: success()
run: |
composer test-coverage
Expand Down
Loading

0 comments on commit d713f2c

Please sign in to comment.