Skip to content

Commit

Permalink
Merge pull request #515 from vemaeg/feature/php-8.2-support
Browse files Browse the repository at this point in the history
php 8.2 support
  • Loading branch information
asgrim authored Dec 30, 2022
2 parents 8bd54ea + 577bfe9 commit a033f93
Show file tree
Hide file tree
Showing 3 changed files with 613 additions and 449 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -116,6 +117,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"

dependencies:
- "lowest"
Expand Down Expand Up @@ -298,6 +300,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"

dependencies:
- "highest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"source": "https://github.com/browscap/browscap-php"
},
"require": {
"php": ">=7.4.3,<8.2.0",
"php": ">=7.4.3,<8.3.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.4.5",
"league/flysystem": "^2.4.5 || ^3.0.18",
Expand Down
Loading

0 comments on commit a033f93

Please sign in to comment.