Skip to content

Commit 1b11e20

Browse files
committed
Merge branch 'master' into release/3.x-development
2 parents 86ad674 + b51c66e commit 1b11e20

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,21 @@ jobs:
1515
laravel: [8.*, 7.*, 6.*]
1616
os: [ubuntu-latest]
1717
include:
18+
- laravel: 9.*
19+
testbench: 7.*
1820
- laravel: 8.*
1921
testbench: 6.*
2022
- laravel: 7.*
2123
testbench: 5.*
2224
- laravel: 6.*
2325
testbench: 4.*
2426
exclude:
27+
- laravel: 9.*
28+
php: 7.2
29+
- laravel: 9.*
30+
php: 7.3
31+
- laravel: 9.*
32+
php: 7.4
2533
- laravel: 8.*
2634
php: 7.2
2735
- laravel: 6.*

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 2.3.0 - 2022-02-09
8+
9+
**Changed**
10+
11+
- Added Laravel 9 support.
12+
13+
## 2.2.1 - 2022-01-08
14+
15+
**Changed**
16+
17+
- Bumped dependencies.
18+
719
## 2.2.0 - 2021-12-18
820

921
**Fixed**

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Please check the table below for supported Laravel and PHP versions:
3333
| 6.x | 7.2 or 7.3 or 7.4 or 8.0
3434
| 7.x | 7.2 or 7.3 or 7.4 or 8.0
3535
| 8.x | 7.3 or 7.4 or 8.0 or 8.1
36+
| 9.x | 8.0 or 8.1
3637

3738
# Installation
3839

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
},
1616
"require-dev": {
1717
"mockery/mockery": "^1.2",
18-
"orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0",
19-
"symfony/console": "^4.4|^5.0"
18+
"orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0"
2019
},
2120
"autoload": {
2221
"psr-4": {

0 commit comments

Comments
 (0)