Skip to content

Commit 3a88356

Browse files
committed
Lock diactoros for previous PHP versions
1 parent 42bcb96 commit 3a88356

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
php: ['7.2', '7.3', '7.4']
30+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
3131
coverage: [true]
3232
composer-flags: ['']
3333
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"psr/simple-cache": "^1.0"
3333
},
3434
"require-dev": {
35-
"laminas/laminas-diactoros": "^2.3",
35+
"laminas/laminas-diactoros": "2.4.1",
3636
"phpstan/phpstan": "^0.12",
3737
"phpstan/phpstan-phpunit": "^0.12",
3838
"phpunit/phpunit": "^8.5",

0 commit comments

Comments
 (0)