File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- php : ["8.1", "8.2", "8. 3", "8.4"]
16+ php : ["8.3", "8.4"]
1717
1818 steps :
1919 - name : Checkout
Original file line number Diff line number Diff line change 1313 "homepage" : " https://github.com/ipinfo/ipinfolaravel" ,
1414 "keywords" : [" Laravel" , " ipinfolaravel" ],
1515 "require" : {
16- "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0|^11.0" ,
16+ "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0 " ,
1717 "ipinfo/ipinfo" : " ^3.2.0"
1818 },
1919 "require-dev" : {
20- "phpunit/phpunit" : " ^9.6 " ,
20+ "phpunit/phpunit" : " ^12.0 " ,
2121 "mockery/mockery" : " ^1.4.2" ,
22- "orchestra/testbench" : " ^8.36" ,
23- "sempro/phpunit-pretty-print" : " ^1.3.0" ,
22+ "orchestra/testbench" : " ^10.6" ,
2423 "squizlabs/php_codesniffer" : " ^3.5.8"
2524 },
2625 "autoload" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" backupGlobals =" false" backupStaticAttributes =" false" colors =" true" verbose =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3- <coverage >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ bootstrap =" vendor/autoload.php"
4+ colors =" true"
5+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/12.0/phpunit.xsd" >
6+
7+ <source >
48 <include >
5- <directory suffix =" .php" >src/ </directory >
9+ <directory suffix =" .php" >src</directory >
610 </include >
7- </coverage >
11+ </source >
12+
813 <testsuites >
914 <testsuite name =" ipinfo-laravel Test Suite" >
1015 <directory >tests</directory >
1116 </testsuite >
1217 </testsuites >
18+
1319 <logging >
1420 <junit outputFile =" build/report.junit.xml" />
1521 </logging >
You can’t perform that action at this time.
0 commit comments