Skip to content

Commit

Permalink
support for new validator 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Triplkrypl committed Jan 12, 2025
1 parent fff6635 commit 44ee57b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ jobs:
- name: Run static analysis
run: vendor/bin/phpstan analyse

php83b:
name: "php 8.3, validator 0.6"
runs-on: ubuntu-latest
container: "nofutur3/php-tests:8.3"
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install dependencies
run: composer update --no-interaction --with simple-as-fuck/php-validator:^0.6.0

- name: Run static analysis
run: vendor/bin/phpstan analyse

php83a:
name: "php 8.3, laravel 10.0, validator 0.5"
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^8.0|^9.0|^10.0|^11.0",
"simple-as-fuck/php-validator": "^0.1.0|^0.2.0|^0.3.0|^0.4.0|^0.5.0|^0.6.0"
"simple-as-fuck/php-validator": "^0.1.0|^0.2.0|^0.3.0|^0.4.0|^0.5.0|^0.6.0|^0.7.0"
},
"require-dev": {
"phpstan/phpstan": "^1.0"
Expand Down

0 comments on commit 44ee57b

Please sign in to comment.