Skip to content

Commit

Permalink
Lock diactoros for previous PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
philipobenito committed Nov 10, 2024
1 parent 42bcb96 commit 3a88356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.2', '7.3', '7.4']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
coverage: [true]
composer-flags: ['']
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"psr/simple-cache": "^1.0"
},
"require-dev": {
"laminas/laminas-diactoros": "^2.3",
"laminas/laminas-diactoros": "2.4.1",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^8.5",
Expand Down

0 comments on commit 3a88356

Please sign in to comment.