Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Add support for PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
VGirol committed Apr 4, 2021
1 parent cdd6427 commit ea0b8cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ language: php
php:
- 7.3
- 7.4
- 8.0

# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
Expand All @@ -18,6 +19,7 @@ matrix:
fast_finish: true

before_script:
- export XDEBUG_MODE=coverage
- travis_retry composer self-update
- travis_retry composer install ${COMPOSER_FLAGS} --no-interaction --prefer-dist
- mkdir -p build/coverage
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
### Added

- Change infection configuration

## 1.3.0 - 2021-04-05

### Added

- Add support for PHP 8
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"vgirol/jsonapi-constant": "^1.1",
"fakerphp/faker": "^1.9"
},
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
"dev-master": "1.3-dev"
}
},
"config": {
Expand Down

0 comments on commit ea0b8cf

Please sign in to comment.