Skip to content

Commit

Permalink
EA-5554: Update to PHP8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipi committed Nov 30, 2023
1 parent c8274b2 commit d57df98
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.1"
- "8.2"

steps:
- name: "Install PHP"
Expand Down
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "PHP-Client to use the JTL GoPrometrics Service",
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
"jtl/php-generic-collection": "^0.5"
"guzzlehttp/guzzle": "^7.8",
"jtl/php-generic-collection": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.15",
Expand All @@ -29,9 +29,6 @@
"autoload-dev": {
},
"config": {
"platform": {
"php": "8.1"
},
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
Expand Down

0 comments on commit d57df98

Please sign in to comment.