File tree 2 files changed +18
-13
lines changed
2 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 1
1
name : tests
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ - push
5
+ - pull_request
4
6
5
7
jobs :
6
8
test :
7
9
runs-on : ${{ matrix.os }}
10
+
8
11
strategy :
9
12
fail-fast : true
10
13
matrix :
11
14
os : [ubuntu-latest]
12
- php : [" 7.4", " 8.0", " 8.1" ]
15
+ php : [' 7.4', ' 8.0', ' 8.1', '8.2' ]
13
16
dependency-version : [prefer-lowest, prefer-stable]
14
17
15
18
name : P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 10
10
],
11
11
"homepage" : " https://github.com/bensampo/laravel-embed" ,
12
12
"license" : " MIT" ,
13
- "authors" : [{
14
- "name" : " Ben Sampson" ,
15
- "homepage" : " https://sampo.co.uk" ,
16
- "role" : " Developer"
17
- }],
13
+ "authors" : [
14
+ {
15
+ "name" : " Ben Sampson" ,
16
+ "homepage" : " https://sampo.co.uk" ,
17
+ "role" : " Developer"
18
+ }
19
+ ],
18
20
"require" : {
19
21
"php" : " ^7.4.0|^8.0" ,
20
22
"guzzlehttp/guzzle" : " ^6.3.1|^7.0" ,
21
- "illuminate/contracts" : " ^8.83.27|^9.0|^10.0" ,
22
- "illuminate/support" : " ^8.83.27|^9.0|^10.0"
23
+ "illuminate/contracts" : " ^8.83.27|^9.0|^10.0|^11.0 " ,
24
+ "illuminate/support" : " ^8.83.27|^9.0|^10.0|^11.0 "
23
25
},
24
26
"require-dev" : {
25
- "laravel/framework" : " ^8.83.27|^9.0|^10.0" ,
26
- "orchestra/testbench" : " ^5.0|^6.0" ,
27
- "phpunit/phpunit" : " ^8.5.23|^9.0"
27
+ "laravel/framework" : " ^8.83.27|^9.0|^10.0|^11.0 " ,
28
+ "orchestra/testbench" : " ^5.0|^6.0|^9.0 " ,
29
+ "phpunit/phpunit" : " ^8.5.23|^9.0|^10.5 "
28
30
},
29
31
"autoload" : {
30
32
"psr-4" : {
52
54
"config" : {
53
55
"sort-packages" : true
54
56
}
55
- }
57
+ }
You can’t perform that action at this time.
0 commit comments