File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: run-tests
2
2
3
3
on :
4
4
push :
5
- branches : [main]
5
+ branches : [develop, main]
6
6
pull_request :
7
- branches : [main]
7
+ branches : [develop, main]
8
8
9
9
jobs :
10
10
test :
@@ -13,12 +13,14 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
- php : [8.0]
17
- laravel : [8.*]
16
+ php : [8.0, 8.1 ]
17
+ laravel : [8.*, 9.* ]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
20
- laravel : 8.*
21
21
testbench : ^6.23
22
+ - laravel : 9.*
23
+ testbench : ^7.1
22
24
23
25
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
26
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-specification-pattern ` will be documented in this file.
4
4
5
+ ## Unreleased
6
+
7
+ ### Added
8
+
9
+ - Support for Laravel 9.
10
+
5
11
## [ v1.0.0] - 2022-01-21
6
12
7
13
- initial release
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
20
"spatie/laravel-package-tools" : " ^1.9.2" ,
21
- "illuminate/contracts" : " ^8.73 "
21
+ "illuminate/contracts" : " ^8.83|^9.2 "
22
22
},
23
23
"require-dev" : {
24
- "nunomaduro/collision" : " ^5.10 " ,
24
+ "nunomaduro/collision" : " ^5.11|^6.1 " ,
25
25
"nunomaduro/larastan" : " ^1.0" ,
26
26
"orchestra/testbench" : " ^6.22" ,
27
27
"pestphp/pest" : " ^1.21" ,
You can’t perform that action at this time.
0 commit comments