Skip to content

Commit

Permalink
Bump PHP version to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
waglpz authored and olekhy committed May 4, 2023
1 parent ebbced1 commit 475d471
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ matrix:
include:
- php: 7.1
- php: 7.2
- php: 7.4
- php: 8.1
- php: 8.2

before_script:
- composer self-update
Expand All @@ -16,4 +19,4 @@ script:

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
}
],
"require" : {
"php" : "^7.1.0",
"php" : "^7.2 || ^8.0",
"psr/http-message" : "^1.0",
"psr/http-factory" : "^1.0",
"aidphp/http-interop" : "^1.0"
},
"require-dev" : {
"phpunit/phpunit" : "^7.0"
"phpunit/phpunit" : "^7.0 || ^10.1"
},
"provide" : {
"psr/http-message-implementation" : "1.0",
Expand All @@ -35,4 +35,4 @@
"Test\\Aidphp\\Http\\" : "test/"
}
}
}
}

0 comments on commit 475d471

Please sign in to comment.