File tree 2 files changed +19
-9
lines changed
2 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 49
49
- php : 8.4
50
50
laravel : 11.*
51
51
phpunit : ~10.5
52
-
52
+ # Laravel 12.x
53
+ - php : 8.2
54
+ laravel : 12.*
55
+ phpunit : ~11.5
56
+ - php : 8.3
57
+ laravel : 12.*
58
+ phpunit : ~11.5
59
+ - php : 8.4
60
+ laravel : 12.*
61
+ phpunit : ~11.5
62
+
53
63
name : Laravel${{ matrix.laravel }}-PHP${{ matrix.php }}
54
64
55
65
steps :
@@ -74,11 +84,11 @@ jobs:
74
84
composer install --prefer-dist --no-progress --no-suggest
75
85
76
86
- name : Run test suite
77
- if : matrix.laravel != '11.*'
78
- run : ./vendor/bin/phpunit -v
87
+ if : matrix.laravel != '11.*' && matrix.laravel != '12.*'
88
+ run : ./vendor/bin/phpunit
79
89
80
90
- name : Run test suite laravel 11
81
- if : matrix.laravel == '11.*'
91
+ if : matrix.laravel == '11.*' || matrix.laravel == '12.*'
82
92
run : ./vendor/bin/phpunit -c phpunit.10.xml
83
93
84
94
- name : Run Coveralls
Original file line number Diff line number Diff line change 21
21
"license" : " Apache-2.0" ,
22
22
"require" : {
23
23
"php" : " >=8.0" ,
24
- "illuminate/support" : " ~8.0|~9.0|~10.0|~11.0" ,
25
- "illuminate/database" : " ~8.0|~9.0|~10.0|~11.0" ,
26
- "illuminate/console" : " ~8.0|~9.0|~10.0|~11.0" ,
24
+ "illuminate/support" : " ~8.0|~9.0|~10.0|~11.0|~12.0 " ,
25
+ "illuminate/database" : " ~8.0|~9.0|~10.0|~11.0|~12.0 " ,
26
+ "illuminate/console" : " ~8.0|~9.0|~10.0|~11.0|~12.0 " ,
27
27
"casbin/casbin" : " ~4.0"
28
28
},
29
29
"require-dev" : {
30
- "phpunit/phpunit" : " ~9.0|~10.5" ,
30
+ "phpunit/phpunit" : " ~9.0|~10.5|^11.5.3 " ,
31
31
"php-coveralls/php-coveralls" : " ^2.7" ,
32
32
"mockery/mockery" : " ^1.0" ,
33
- "laravel/laravel" : " ~9.0|~10.0|~11.0"
33
+ "laravel/laravel" : " ~9.0|~10.0|~11.0|~12.0 "
34
34
},
35
35
"autoload" : {
36
36
"psr-4" : {
You can’t perform that action at this time.
0 commit comments