File tree 3 files changed +29
-8
lines changed
3 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ ubuntu-latest ]
12
- php : [ 7.2.5, 8.0 ]
13
- laravel : [ 6.*, 8.*, ^9.33 ]
14
- testbench : [ ^4.0, ^6.6, ^7.0 ]
12
+ php : [ 7.2.5, 8.0, 8.1 ]
13
+ laravel : [ 6.*, 8.*, ^9.33, 10.* ]
14
+ testbench : [ ^4.0, ^6.6, ^7.0, ^8.0 ]
15
15
stability : [ prefer-lowest, prefer-stable ]
16
16
exclude :
17
+ - php : 7.2.5
18
+ laravel : 10.*
19
+ - php : 8.0
20
+ laravel : 10.*
21
+ - php : 8.1
22
+ laravel : 6.*
17
23
- php : 7.2.5
18
24
laravel : 8.*
19
25
- php : 7.2.5
20
26
laravel : ^9.33
27
+ - php : 7.2.5
28
+ testbench : ^8.0
21
29
- php : 7.2.5
22
30
testbench : ^6.6
23
31
- php : 7.2.5
24
32
testbench : ^7.0
33
+ - php : 8.0
34
+ testbench : ^8.0
35
+ - php : 8.1
36
+ testbench : ^4.0
37
+ - php : 8.1
38
+ testbench : ^6.6
39
+ - php : 8.1
40
+ testbench : ^7.0
25
41
- laravel : 6.*
26
42
testbench : ^6.6
27
43
- laravel : 6.*
@@ -30,10 +46,14 @@ jobs:
30
46
testbench : ^4.0
31
47
- laravel : 8.*
32
48
testbench : ^7.0
49
+ - laravel : 8.*
50
+ testbench : ^8.0
33
51
- laravel : ^9.33
34
52
testbench : ^4.0
35
53
- laravel : ^9.33
36
54
testbench : ^6.6
55
+ - laravel : ^9.33
56
+ testbench : ^8.0
37
57
38
58
name : php-${{ matrix.php }} - laravel-${{ matrix.laravel }} - testbench-${{ matrix.testbench }} - ${{ matrix.stability }} - ${{ matrix.os }}
39
59
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Localizator is a small tool for Laravel that gives you the ability to extract un
24
24
| 6.x LTS | ^0.3 |
25
25
| 8.x | * |
26
26
| 9.x | ^0.8 |
27
+ | 10.x | ^0.12 |
27
28
28
29
## Installation
29
30
Original file line number Diff line number Diff line change 14
14
"require" : {
15
15
"php" : " ^7.2.5|^8.0" ,
16
16
"ext-json" : " *" ,
17
- "illuminate/config" : " ^6.0|^8.0|^9.0" ,
18
- "illuminate/console" : " ^6.0|^8.0|^9.0" ,
19
- "illuminate/support" : " ^6.0|^8.0|^9.0" ,
20
- "illuminate/filesystem" : " ^6.0|^8.0|^9.0" ,
17
+ "illuminate/config" : " ^6.0|^8.0|^9.0|^10.0 " ,
18
+ "illuminate/console" : " ^6.0|^8.0|^9.0|^10.0 " ,
19
+ "illuminate/support" : " ^6.0|^8.0|^9.0|^10.0 " ,
20
+ "illuminate/filesystem" : " ^6.0|^8.0|^9.0|^10.0 " ,
21
21
"symfony/finder" : " ^4.4|^5.1|^6.0"
22
22
},
23
23
"require-dev" : {
24
24
"mockery/mockery" : " ^1.3.3" ,
25
- "orchestra/testbench" : " ^4.0|^6.6|^7.0" ,
25
+ "orchestra/testbench" : " ^4.0|^6.6|^7.0|^8.0 " ,
26
26
"phpunit/phpunit" : " ^8.5|^9.5"
27
27
},
28
28
"autoload" : {
You can’t perform that action at this time.
0 commit comments