Skip to content

Commit

Permalink
Test against PHP 8.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
itismadness committed Dec 25, 2023
1 parent e5672ff commit 1b232f0
Show file tree
Hide file tree
Showing 4 changed files with 667 additions and 651 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['7.2', '7.4']
php-version: ['7.2', '7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"bin": ["bin/logchecker"],
"require-dev": {
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.5",
"brainmaestro/composer-git-hooks": "^2.8"
"brainmaestro/composer-git-hooks": "^2.8",
"phpunit/phpunit": "^8.5 | ^9.6 | ^10.5"
},
"scripts": {
"test": "phpunit -v",
"test": "phpunit",
"lint": "phpcs",
"lint:fix": "phpcbf",
"static-analysis": "phpstan analyze src/"
Expand Down
Loading

0 comments on commit 1b232f0

Please sign in to comment.