Skip to content

Commit

Permalink
Merge pull request #7 from grininc/task/TV-403/upgrade-laravel-10-fix
Browse files Browse the repository at this point in the history
[TV-403] Upgrade to Laravel 10
  • Loading branch information
david-esquivel authored Mar 11, 2024
2 parents 701f289 + 3a6f136 commit 05a7613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
run: |
composer require "orchestra/testbench:${{ matrix.testbench }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update --dev
composer update --prefer-dist --no-interaction --no-suggest
composer update --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/phpunit --coverage-clover=coverage.xml
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"homepage": "https://github.com/grininc/asset-cdn",
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^8.1",
"laravel/framework": "^9.0 || ^10.0",
"spatie/laravel-package-tools": "^1.12"
},
"require-dev": {
"league/flysystem-aws-s3-v3": "^3.0",
"league/flysystem-aws-s3-v3": "^1.0 || ^3.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^7.0 || ^8.0",
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit 05a7613

Please sign in to comment.