Skip to content

Commit

Permalink
Merge pull request #75 from LibreSign/chore/improve-validation-of-owner
Browse files Browse the repository at this point in the history
chore: improve validation of owner
  • Loading branch information
vitormattos authored Oct 31, 2024
2 parents cc851cf + 7441196 commit d9ddb30
Show file tree
Hide file tree
Showing 10 changed files with 1,273 additions and 4,648 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.0' , '8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2', '8.3']

name: php${{ matrix.php-versions }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.0' , '8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2', '8.3']
include:
- php-versions: '8.3'
PHP_CS_FIXER_IGNORE_ENV: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.0' , '8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2', '8.3']

name: Psalm check

Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"behat/behat": "^3.12",
"phpunit/phpunit": "^9.5",
"behat/behat": "^3.15",
"phpunit/phpunit": "^10.5",
"roave/security-advisories": "dev-latest"
},
"scripts": {
Expand Down Expand Up @@ -48,6 +48,9 @@
"sort-packages": true,
"allow-plugins": {
"bamarni/composer-bin-plugin": true
},
"platform": {
"php": "8.1"
}
}
}
Loading

0 comments on commit d9ddb30

Please sign in to comment.