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 8f03fcb commit d15281c
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 @@ -80,3 +80,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

- Change infection configuration
- Change phpunit configuration

## 2.2.2 - 2021-04-04

### 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",
"dms/phpunit-arraysubset-asserts": "^0.2",
"phpunit/phpunit": "^9.0",
"vgirol/jsonapi-constant": "^1.1",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "2.2-dev"
}
},
"config": {
Expand Down

0 comments on commit d15281c

Please sign in to comment.