3737 run : tools/phpunit test/ --bootstrap vendor/autoload.php
3838
3939 php83a :
40- name : " php 8.3, validator 0.5 , laravel 10"
40+ name : " php 8.3, validator 0.6 , laravel 10"
4141 runs-on : ubuntu-latest
4242 container : " nofutur3/php-tests:8.3"
4343 services :
@@ -54,10 +54,10 @@ jobs:
5454 run : phive install --trust-gpg-keys E82B2FB314E9906E,4AA394086372C20A
5555
5656 - name : Install dependencies
57- run : composer update --no-interaction --with simple-as-fuck/php-validator:^0.5 .0 --with illuminate/support:^10.0
57+ run : composer update --no-interaction --with simple-as-fuck/php-validator:^0.6 .0 --with illuminate/support:^10.0
5858
5959 - name : Run static analysis
60- run : vendor/bin/phpstan analyse --memory-limit=-1 --configuration=phpstan-validator-0.5 .neon.dist
60+ run : vendor/bin/phpstan analyse --memory-limit=-1 --configuration=phpstan-laravel-10 .neon.dist
6161
6262 - name : Run tests
6363 run : tools/phpunit test/ --bootstrap vendor/autoload.php
8989 run : tools/phpunit test/ --bootstrap vendor/autoload.php
9090
9191 php82a :
92- name : " php 8.2, laravel 9, PSR log 2, symfony 6"
92+ name : " php 8.2, laravel 9, PSR log 2, symfony 6, validator 0.5 "
9393 runs-on : ubuntu-latest
9494 container : " nofutur3/php-tests:8.2"
9595 services :
@@ -106,10 +106,10 @@ jobs:
106106 run : phive install --trust-gpg-keys E82B2FB314E9906E,4AA394086372C20A
107107
108108 - name : Install dependencies
109- run : composer update --no-interaction --with illuminate/support:^9.0 --with psr/log:^2.0 --with symfony/http-foundation:^6.0 --with symfony/http-kernel:^6.0 --with symfony/psr-http-message-bridge:^6.0
109+ run : composer update --no-interaction --with illuminate/support:^9.0 --with psr/log:^2.0 --with symfony/http-foundation:^6.0 --with symfony/http-kernel:^6.0 --with symfony/psr-http-message-bridge:^6.0 --with simple-as-fuck/php-validator:^0.5.2
110110
111111 - name : Run static analysis
112- run : vendor/bin/phpstan analyse --memory-limit=-1
112+ run : vendor/bin/phpstan analyse --memory-limit=-1 --configuration=phpstan-validator-0.5.neon.dist
113113
114114 - name : Run tests
115115 run : tools/phpunit test/ --bootstrap vendor/autoload.php
@@ -132,7 +132,7 @@ jobs:
132132 run : composer install --no-interaction
133133
134134 - name : Run static analysis
135- run : vendor/bin/phpstan analyse --memory-limit=-1
135+ run : vendor/bin/phpstan analyse --memory-limit=-1 --configuration=phpstan-laravel-10.neon.dist
136136
137137 - name : Run tests
138138 run : vendor/bin/phpunit test/
0 commit comments