Skip to content

Commit

Permalink
Update to actual versions
Browse files Browse the repository at this point in the history
  • Loading branch information
voronovvladimir committed Mar 1, 2024
1 parent 54fb7c9 commit 826a4e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,9 @@ jobs:
strategy:
matrix:
php:
- 7.4
- 8.0
include:
- php: 7.4
phpunit: 9.5.0
- php: 8.0
phpunit: 9.5.0
- 8.1
- 8.2
- 8.3

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
vendor/
tests/log/
composer.lock
.idea
.phpunit.result.cache
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.4|^8.0",
"php": "^8.1",
"justinrainbow/json-schema": "^5.0",
"mtdowling/jmespath.php": "^2.3",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^9",
"codacy/coverage": "dev-master",
"symfony/http-foundation": "^2.8|^3.0|^5.0"
"symfony/http-foundation": "^5.4|^6.4|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 826a4e5

Please sign in to comment.