Skip to content

Commit

Permalink
Merge pull request #59 from laravel-notification-channels/phpunit-9
Browse files Browse the repository at this point in the history
chore: Allowed PHPUnit 9
  • Loading branch information
alexsoft authored Dec 17, 2021
2 parents 9bc5968 + 50625bd commit e212791
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
tools: composer:v2
coverage: none

- uses: "ramsey/composer-install@v1"
- name: Composer install
uses: "ramsey/composer-install@v1"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `laravel-notification-channels/pushbullet` will be documented in this file

## 1.3.1 - 2021-12-17
### Changed
- Minor CI improvements
- Allowed PHPUnit 9

## 1.3.0 - 2021-07-28
### Changed
- Bumped PHP requirement to 7.3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require-dev": {
"mockery/mockery": "^1.2.0",
"phpunit/phpunit": "^8.5.21"
"phpunit/phpunit": "^8.5.21 || ^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e212791

Please sign in to comment.