Skip to content

Commit

Permalink
refactor: update dependencies (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Jan 30, 2022
1 parent 4b3ff2a commit bc8881e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ jobs:
${{ runner.os }}-composer-v4-${{ hashFiles('**/composer.json') }}-
${{ runner.os }}-composer-v4-
- name: Install dependencies with Illuminate ${{ matrix.laravel_version }}
- name: Install dependencies with Laravel ${{ matrix.laravel_version }}
run: |
export COMPOSER_ROOT_VERSION=dev-master
composer require "illuminate/console:${{ matrix.laravel_version }}" "illuminate/http:${{ matrix.laravel_version }}" "illuminate/support:${{ matrix.laravel_version }}" --no-interaction --no-progress --prefer-stable --prefer-dist
export COMPOSER_ROOT_VERSION=dev-main
composer require "illuminate/support:${{ matrix.laravel_version }}" --no-update
composer update --no-interaction --no-progress --prefer-dist
- name: Run test suite
run: phpdbg -dmemory_limit=4G -qrr vendor/bin/phpunit -c phpunit.xml --log-junit ./results/results.xml --coverage-clover ./results/coverage.xml
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@
],
"require": {
"php": "^7.4 || ^8.0",
"illuminate/console": "^8.0 || ^9.0",
"illuminate/http": "^8.0 || ^9.0",
"illuminate/support": "^8.0 || ^9.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"laravel/framework": "^8.0 || ^9.0",
"mockery/mockery": "^1.4",
"nunomaduro/larastan": "^1.0",
"ocramius/package-versions": "^1.5 || ^2.1",
Expand Down

0 comments on commit bc8881e

Please sign in to comment.