File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ jobs:
2727 - name : Run tests
2828 run : vendor/bin/phpunit test/
2929
30- php81laraver8symfony5 :
31- name : " php 8.1, laravel 8, symfony 5"
30+ php81a :
31+ name : " php 8.1, laravel 8, symfony 5, validator 0.2 "
3232 runs-on : ubuntu-latest
3333 container : " nofutur3/php-tests:8.1"
3434 steps :
3535 - name : Checkout repository
3636 uses : actions/checkout@v2
3737
3838 - name : Install dependencies
39- run : composer update --no-interaction --with illuminate/support:^8.81 --with symfony/http-kernel:^5.4 --with symfony/http-foundation:^5.4
39+ run : composer update --no-interaction --with illuminate/support:^8.81 --with symfony/http-kernel:^5.4 --with symfony/http-foundation:^5.4 --with simple-as-fuck/php-validator:^0.2.5
4040
4141 - name : Run static analysis
4242 run : vendor/bin/phpstan analyse
Original file line number Diff line number Diff line change 55 "ext-json" : " *" ,
66 "psr/http-message" : " ^1.0" ,
77 "psr/http-factory" : " ^1.0" ,
8- "simple-as-fuck/php-validator" : " ^0.2.5" ,
8+ "simple-as-fuck/php-validator" : " ^0.2.5|^0.3.0 " ,
99 "guzzlehttp/guzzle" : " ^7.4" ,
1010 "illuminate/support" : " ^8.81|^9.0" ,
1111 "kayex/http-codes" : " ^1.1" ,
You can’t perform that action at this time.
0 commit comments