Skip to content

Commit 4b83d5b

Browse files
committed
fix for minimum validator version
1 parent 9de1495 commit 4b83d5b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: phive install --trust-gpg-keys E82B2FB314E9906E,4AA394086372C20A
5555

5656
- name: Install dependencies
57-
run: composer update --no-interaction --prefer-lowest --with simple-as-fuck/php-validator:^0.6.0 --with illuminate/support:^10.0
57+
run: composer update --no-interaction --prefer-lowest --with simple-as-fuck/php-validator:^0.6.7 --with illuminate/support:^10.0
5858

5959
- name: Run static analysis
6060
run: vendor/bin/phpstan analyse --memory-limit=-1
@@ -89,7 +89,7 @@ jobs:
8989
run: tools/phpunit test/ --bootstrap vendor/autoload.php
9090

9191
php82a:
92-
name: "php 8.2, laravel 9, PSR log 2, symfony 6, validator 0.5"
92+
name: "php 8.2, laravel 9, PSR log 2, symfony 6"
9393
runs-on: ubuntu-latest
9494
container: "nofutur3/php-tests:8.2"
9595
services:
@@ -106,7 +106,7 @@ jobs:
106106
run: phive install --trust-gpg-keys E82B2FB314E9906E,4AA394086372C20A
107107

108108
- name: Install dependencies
109-
run: composer update --no-interaction --prefer-lowest --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
109+
run: composer update --no-interaction --prefer-lowest --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
110110

111111
- name: Run static analysis
112112
run: vendor/bin/phpstan analyse --memory-limit=-1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"psr/http-message": "^1.1",
77
"psr/http-factory": "^1.1",
88
"psr/http-server-handler": "^1.0",
9-
"simple-as-fuck/php-validator": "^0.5.2|^0.6.0|^0.7.0",
9+
"simple-as-fuck/php-validator": "^0.6.7|^0.7.0",
1010
"guzzlehttp/guzzle": "^7.4",
1111
"illuminate/bus": "^8.81|^9.0|^10.0|^11.0",
1212
"illuminate/database": "^8.81|^9.0|^10.0|^11.0",

0 commit comments

Comments
 (0)