File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff 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.*
Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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**
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments