File tree 4 files changed +12
-11
lines changed
4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- php : [ 8.2, 8.1 ]
15
- laravel : [ 10.* ]
14
+ php : [ 8.1, 8. 2, 8.3 ]
15
+ laravel : [ 10.*, 11.* ]
16
16
db : [ 'mysql:8.0', 'mysql:5.7', 'mariadb:10.9' ]
17
17
dependency-version : [ prefer-stable ]
18
18
include :
19
- - laravel : 10.*
19
+ - laravel : ${{ matrix.laravel }}
20
20
testbench : ^8.0
21
21
22
22
services :
Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- php : [ 8.2, 8.1 ]
14
+ php : [ 8.1, 8. 2, 8.3 ]
15
15
16
16
steps :
17
17
- name : Checkout code
Original file line number Diff line number Diff line change 10
10
11
11
** This Laravel package allows you to easily work with spatial data types and functions.**
12
12
13
+ * v3 supports Laravel 11+ and PHP 8.2+
13
14
* v2 supports Laravel 10+ and PHP 8.1+
14
15
* v1 supports Laravel 8,9 and PHP 8.1+
15
16
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ^8.1" ,
13
+ "php" : " ^8.1|^8.2 " ,
14
14
"ext-json" : " *" ,
15
15
"ext-pdo" : " *" ,
16
- "laravel/framework" : " ^10.0" ,
16
+ "laravel/framework" : " ^10.0|^11.0 " ,
17
17
"phayes/geophp" : " ^1.2"
18
18
},
19
19
"require-dev" : {
20
- "doctrine/dbal" : " ^3.0" ,
20
+ "doctrine/dbal" : " ^3.0|^4.1 " ,
21
21
"laravel/pint" : " ^1.5" ,
22
- "nunomaduro /larastan" : " ^1.0|^2.4" ,
23
- "orchestra/testbench" : " ^8.0" ,
24
- "pestphp/pest" : " ^1.0|^2.6" ,
25
- "pestphp/pest-plugin-laravel" : " ^1.0|^2.0"
22
+ "larastan /larastan" : " ^1.0|^2.4" ,
23
+ "orchestra/testbench" : " ^8.0|^9.4 " ,
24
+ "pestphp/pest" : " ^1.0|^2.6|^3.0 " ,
25
+ "pestphp/pest-plugin-laravel" : " ^1.0|^2.0|^3.0 "
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
You can’t perform that action at this time.
0 commit comments