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 adc3525 commit 5419f65
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

cache:
directories:
Expand All @@ -13,6 +14,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 @@ -67,3 +67,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
### Added

- Change infection configuration

## 2.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 @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"phpunit/phpunit": "^9.0",
"laravel/framework": "^5.8|^6.0|^7.0|^8.0",
"vgirol/jsonapi-assert": "dev-master",
Expand Down Expand Up @@ -65,7 +65,7 @@
]
},
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "2.3-dev"
}
},
"config": {
Expand Down

0 comments on commit 5419f65

Please sign in to comment.