Skip to content

Commit e212791

Browse files
authored
Merge pull request #59 from laravel-notification-channels/phpunit-9
chore: Allowed PHPUnit 9
2 parents 9bc5968 + 50625bd commit e212791

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
tools: composer:v2
2929
coverage: none
3030

31-
- uses: "ramsey/composer-install@v1"
31+
- name: Composer install
32+
uses: "ramsey/composer-install@v1"
3233
with:
3334
dependency-versions: "${{ matrix.dependencies }}"
3435

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## 1.3.1 - 2021-12-17
6+
### Changed
7+
- Minor CI improvements
8+
- Allowed PHPUnit 9
9+
510
## 1.3.0 - 2021-07-28
611
### Changed
712
- Bumped PHP requirement to 7.3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.2.0",
22-
"phpunit/phpunit": "^8.5.21"
22+
"phpunit/phpunit": "^8.5.21 || ^9.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)