Skip to content

Commit 0e0ae00

Browse files
authored
Merge pull request #65 from imagekit-developer/SDK-107
set php version
2 parents 000e702 + f3029e0 commit 0e0ae00

File tree

17 files changed

+1356
-882
lines changed

17 files changed

+1356
-882
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
phpunit-versions: [ 'latest' ]
1313
steps:
1414
- uses: actions/checkout@v1
15+
1516
- name: Setup PHP
1617
uses: shivammathur/setup-php@v2
1718
with:
18-
php-version: '8.0'
19+
php-version: '${{ matrix.php-versions }}'
1920

2021
- name: Validate composer.json and composer.lock
2122
run: composer validate

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,15 @@
2929
"ext-curl": "*",
3030
"guzzlehttp/guzzle": "~6.0 || ~7.0",
3131
"ext-json": "*",
32-
"beberlei/assert": "^3.3"
32+
"beberlei/assert": "^2.9.9"
33+
},
34+
"config": {
35+
"platform": {
36+
"php": "5.6"
37+
}
3338
},
3439
"require-dev": {
35-
"phpunit/phpunit": "^9"
40+
"phpunit/phpunit": "^5.7.27"
3641
},
3742
"support": {
3843
"email": "[email protected]"

0 commit comments

Comments
 (0)