File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 include :
15+ - php : 8.5
16+ env :
17+ laravel : 13.*
18+ testbench : 11.*
1519 - php : 8.5
1620 env :
1721 laravel : 12.*
3640 name : P${{ matrix.php }} - L${{ matrix.laravel }} - T${{ matrix.testbench }}
3741 steps :
3842 - name : Checkout code
39- uses : actions/checkout@v4
43+ uses : actions/checkout@v6
4044
4145 - name : Setup PHP
4246 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 22 "name" : " code16/machina" ,
33 "description" : " Machine to machine authentication for Laravel" ,
44 "require" : {
5- "php" : " ^8.1|^8.2|^8.3|^8.4|^ 8.5" ,
6- "illuminate/support" : " ^8 .0|^9 .0|^10.0|^11.0|^12 .0" ,
5+ "php" : " 8.3.*|8.4.*| 8.5.* " ,
6+ "illuminate/support" : " ^11 .0|^12 .0|^13 .0" ,
77 "php-open-source-saver/jwt-auth" : " ^2.1"
88 },
99 "require-dev" : {
10- "phpunit/phpunit" : " ^8.5|^9.5|^10. 0|^11 .0" ,
11- "orchestra/testbench" : " 6.*|7.*| 8.*|9.*|10.*"
10+ "phpunit/phpunit" : " ^10.0|^11. 0|^12 .0" ,
11+ "orchestra/testbench" : " 8.*|9.*|10.*|11 .*"
1212 },
1313 "autoload" : {
1414 "psr-4" : {
You can’t perform that action at this time.
0 commit comments