File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name: 'build'
33on :
44 pull_request :
55 branches :
6- - master
6+ - ' master'
77 push :
88 branches :
99 - ' master'
1010
1111env :
12- php-version : ' 8.1 '
12+ php-version : ' 8.2 '
1313 php-extensions : ' json'
1414 composer-install : ' composer update --no-interaction --no-progress --no-suggest --prefer-dist --prefer-stable'
1515
6060
6161 strategy :
6262 matrix :
63- php-version : [ '8.1' ]
63+ php-version : [ '8.1', '8.2' ]
6464 operating-system : [ 'ubuntu-latest' ]
6565 composer-args : [ '' ]
6666 include :
Original file line number Diff line number Diff line change 1818 "php" : " ^8.1" ,
1919 "nette/utils" : " ^3.0" ,
2020 "nette/http" : " ^3.0" ,
21- "egulias/email-validator" : " ^3.1.1"
21+ "egulias/email-validator" : " ^3.1.1|^4.0 "
2222 },
2323 "require-dev" : {
2424 "jschaedl/iban-validation" : " ^2.0" ,
2525 "nepada/phpstan-nette-tester" : " ^1.0" ,
2626 "nette/tester" : " ^2.4" ,
27- "phpstan/phpstan" : " ^1.8 " ,
28- "phpstan/phpstan-nette" : " ^1.1 " ,
29- "slevomat/coding-standard" : " ^8.5 " ,
30- "tracy/tracy" : " ^2.8 "
27+ "phpstan/phpstan" : " ^1.9 " ,
28+ "phpstan/phpstan-nette" : " ^1.2 " ,
29+ "slevomat/coding-standard" : " ^8.8 " ,
30+ "tracy/tracy" : " ^2.9 "
3131 },
3232 "suggest" : {
3333 "jschaedl/iban-validation" : " Allows using SmartEmailing\\ Types\\ Iban type."
You can’t perform that action at this time.
0 commit comments