Skip to content

Commit

Permalink
Merge pull request #65 from imagekit-developer/SDK-107
Browse files Browse the repository at this point in the history
set php version
  • Loading branch information
imagekitio authored Apr 2, 2024
2 parents 000e702 + f3029e0 commit 0e0ae00
Show file tree
Hide file tree
Showing 17 changed files with 1,356 additions and 882 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
phpunit-versions: [ 'latest' ]
steps:
- uses: actions/checkout@v1

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '${{ matrix.php-versions }}'

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@
"ext-curl": "*",
"guzzlehttp/guzzle": "~6.0 || ~7.0",
"ext-json": "*",
"beberlei/assert": "^3.3"
"beberlei/assert": "^2.9.9"
},
"config": {
"platform": {
"php": "5.6"
}
},
"require-dev": {
"phpunit/phpunit": "^9"
"phpunit/phpunit": "^5.7.27"
},
"support": {
"email": "[email protected]"
Expand Down
Loading

0 comments on commit 0e0ae00

Please sign in to comment.