Skip to content

Commit

Permalink
Prepare 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Nov 26, 2020
1 parent 6424bf7 commit 8cab111
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ jobs:
coverage: xdebug
extensions: ${{ matrix.extension }}
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: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

**4.1.0 (released 2020-11-26)**:

- Added PHP 8.0 support

**4.0.0 (released 2019-04-03)**:

- Added UTF-8 support (thanks [@bonfante](https://github.com/ivanakimov/hashids.php/pull/128))
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.3",
"phpunit/phpunit": "^8.0 || ^9.4",
"squizlabs/php_codesniffer": "^3.5"
},
"suggest": {
Expand All @@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
"dev-master": "4.1-dev"
}
},
"autoload": {
Expand Down

0 comments on commit 8cab111

Please sign in to comment.