Skip to content

Commit

Permalink
EA-6324:
Browse files Browse the repository at this point in the history
- make it compatible to php 8.2 amd 8.3
- php8.0 dose no longer supported
- add php8.2 check in workflow
- add php8.3 check in workflow
  • Loading branch information
KaiSchwendig committed Mar 8, 2024
1 parent 22a1239 commit cc25e3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"

steps:
- name: "Install PHP"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "SCX-API Base Client",
"license": "MIT",
"require": {
"php": " 8.1.* || 8.2.*",
"php": "8.1.* || 8.2.* || 8.3.*",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/uri-template": "^0.2.0 || ^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc25e3a

Please sign in to comment.