File tree Expand file tree Collapse file tree 3 files changed +20
-11
lines changed Expand file tree Collapse file tree 3 files changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,19 @@ jobs:
1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
16- php : [8.1, 8.0]
17- laravel : [9.*]
16+ php : [8.2, 8. 1, 8.0]
17+ laravel : [10.*, 9.*]
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
20+ - laravel : 10.*
21+ testbench : 8.*
22+ carbon : ^2.63
2023 - laravel : 9.*
2124 testbench : 7.*
25+ carbon : ^2.63
26+ exclude :
27+ - laravel : 10.*
28+ php : 8.0
2229
2330 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2431
4047
4148 - name : Install dependencies
4249 run : |
43- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
50+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
4451 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4552
4653 - name : Execute tests
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c)
2022 MAIZE SRL
< [email protected] > 3+ Copyright (c)
2023 MAIZE SRL
< [email protected] > 44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 33 "description" : " Laravel Email Domain Rule" ,
44 "keywords" : [
55 " maize-tech" ,
6- " laravel-email-domain-rule"
6+ " laravel" ,
7+ " email" ,
8+ " domain" ,
9+ " rule"
710 ],
811 "homepage" : " https://github.com/maize-tech/laravel-email-domain-rule" ,
912 "license" : " MIT" ,
1720 ],
1821 "require" : {
1922 "php" : " ^8.0" ,
20- "illuminate/contracts" : " ^9.0" ,
21- "illuminate/database" : " ^9.0" ,
22- "illuminate/support" : " ^9.0" ,
23- "spatie/laravel-package-tools" : " ^1.9.2 "
23+ "illuminate/contracts" : " ^9.0|^10.0 " ,
24+ "illuminate/database" : " ^9.0|^10.0 " ,
25+ "illuminate/support" : " ^9.0|^10.0 " ,
26+ "spatie/laravel-package-tools" : " ^1.14.1 "
2427 },
2528 "require-dev" : {
2629 "friendsofphp/php-cs-fixer" : " ^3.4" ,
2730 "nunomaduro/collision" : " ^6.0" ,
28- "orchestra/testbench" : " ^7.0" ,
31+ "orchestra/testbench" : " ^7.0|^8.0 " ,
2932 "phpunit/phpunit" : " ^9.5" ,
30- "spatie/laravel-ray" : " ^1.26" ,
3133 "vimeo/psalm" : " ^4.20"
3234 },
3335 "autoload" : {
You can’t perform that action at this time.
0 commit comments