Skip to content

Commit

Permalink
feat: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
antiseptikk committed May 7, 2023
1 parent d83e858 commit a0f1817
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality-assurance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
operating-system: [ 'ubuntu-latest' ]
php-versions: [ '7.4', '8.0' ]
php-versions: [ '7.4', '8.0', '8.1', '8.2' ]
steps:
- name: "Install PHP"
uses: shivammathur/setup-php@v2
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=7.4 || 8.0"
"php": ">=7.4 || <=8.2"
},
"require-dev": {
"antiseptikk/dev-kit": "^1.0",
Expand All @@ -27,5 +27,10 @@
},
"scripts": {
"lint": "vendor/bin/ecs check ./src"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit a0f1817

Please sign in to comment.