Skip to content

Commit

Permalink
ENSITECH-273 /run-tests.yml php 8.4 (#10)
Browse files Browse the repository at this point in the history
* ensitech-273

* ensitech-273 psr/http-message add to composer
  • Loading branch information
C0rTeZ13 authored Feb 17, 2025
1 parent 285a08a commit 7c16b29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]
laravel: [9.*, 10.*, 11.*]
exclude:
- laravel: 11.*
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.11",
"spaze/phpstan-disallowed-calls": "^2.15",
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0"
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"psr/http-message": "^1.0 || ^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7c16b29

Please sign in to comment.