Skip to content

Commit

Permalink
Prepare 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Nov 26, 2020
1 parent 92b1bc4 commit cb0086d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Expand Up @@ -19,17 +19,6 @@ jobs:
php-version: ${{ matrix.php }}
coverage: xdebug
tools: composer:v2
- uses: nick-invision/retry@v1
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --no-interaction --no-progress --ignore-platform-req=php
if: "matrix.php >= 8"
- uses: nick-invision/retry@v1
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --no-interaction --prefer-dist --no-progress
if: "matrix.php < 8"
- run: composer install --prefer-dist --no-interaction
- run: vendor/bin/phpunit --coverage-text
- run: vendor/bin/phpcs --standard=PSR12 --colors -n src tests
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": "^7.3 || ^8.0",
"graham-campbell/manager": "^4.4",
"hashids/hashids": "^4.0",
"hashids/hashids": "^4.1",
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0"
},
Expand All @@ -31,7 +31,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "9.0-dev"
"dev-master": "9.1-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit cb0086d

Please sign in to comment.