File tree 3 files changed +20
-13
lines changed
3 files changed +20
-13
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,6 @@ trim_trailing_whitespace = true
13
13
14
14
[* .md ]
15
15
trim_trailing_whitespace = false
16
+
17
+ [ci.yml ]
18
+ indent_size = 2
Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ - push
5
+ - pull_request
4
6
5
7
jobs :
6
8
phplint :
@@ -12,14 +14,14 @@ jobs:
12
14
- name : Checkout
13
15
uses : actions/checkout@v4
14
16
15
- - name : " laravel-pint"
17
+ - name : laravel-pint
16
18
uses : aglipanci/laravel-pint-action@latest
17
19
with :
18
20
preset : laravel
19
21
verboseMode : true
20
22
testMode : true
21
- configPath : " pint.json"
22
- pintVersion : 1.18.2
23
+ configPath : pint.json
24
+ pintVersion : 1.21.0
23
25
onlyDirty : true
24
26
25
27
test :
@@ -28,12 +30,14 @@ jobs:
28
30
max-parallel : 15
29
31
fail-fast : false
30
32
matrix :
31
- php : [8.3, 8.2]
32
- laravel : [11.*]
33
+ php : [8.4, 8. 3, 8.2]
34
+ laravel : [' 11.*', '12.*' ]
33
35
stability : [prefer-lowest, prefer-stable]
34
36
include :
35
37
- laravel : 11.*
36
38
testbench : 9.*
39
+ - laravel : 12.*
40
+ testbench : 10.*
37
41
38
42
name : PHP${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
39
43
Original file line number Diff line number Diff line change 37
37
"require" : {
38
38
"php" : " ^8.2" ,
39
39
"twilio/sdk" : " ^7.16 || ^8.3" ,
40
- "illuminate/notifications" : " ^12.0" ,
41
- "illuminate/support" : " ^12.0" ,
42
- "illuminate/events" : " ^12.0" ,
43
- "illuminate/queue" : " ^12.0"
40
+ "illuminate/notifications" : " ^11.0 || ^ 12.0" ,
41
+ "illuminate/support" : " ^11.0 || ^ 12.0" ,
42
+ "illuminate/events" : " ^11.0 || ^ 12.0" ,
43
+ "illuminate/queue" : " ^11.0 || ^ 12.0"
44
44
},
45
45
"require-dev" : {
46
- "laravel/pint" : " ^1.18 " ,
46
+ "laravel/pint" : " ^1.21 " ,
47
47
"mockery/mockery" : " ^1.0" ,
48
- "orchestra/testbench" : " ^10.0" ,
49
- "phpunit/phpunit" : " ^11.5"
48
+ "orchestra/testbench" : " ^9.0 || ^ 10.0" ,
49
+ "phpunit/phpunit" : " ^10.5 || ^ 11.5.10 "
50
50
},
51
51
"autoload" : {
52
52
"psr-4" : {
You can’t perform that action at this time.
0 commit comments