Skip to content

Commit 7c16b29

Browse files
authored
ENSITECH-273 /run-tests.yml php 8.4 (#10)
* ensitech-273 * ensitech-273 psr/http-message add to composer
1 parent 285a08a commit 7c16b29

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: [8.1, 8.2, 8.3]
15+
php: [8.1, 8.2, 8.3, 8.4]
1616
laravel: [9.*, 10.*, 11.*]
1717
exclude:
1818
- laravel: 11.*

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"phpstan/extension-installer": "^1.3",
1616
"phpstan/phpstan": "^1.11",
1717
"spaze/phpstan-disallowed-calls": "^2.15",
18-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0"
18+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
19+
"psr/http-message": "^1.0 || ^2.0"
1920
},
2021
"autoload": {
2122
"psr-4": {

0 commit comments

Comments
 (0)