mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
Proper phpunit version
This commit is contained in:
@@ -30,6 +30,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Install ancient PHPUnit
|
||||||
|
run: composer require --dev --ignore-platform-reqs phpunit/phpunit "4.8.36"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer update --no-interaction
|
run: composer update --no-interaction
|
||||||
|
|
||||||
@@ -68,9 +71,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install ancient PHPUnit
|
|
||||||
run: composer require --dev --ignore-platform-reqs phpunit/phpunit "4.8.36"
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer update --no-interaction
|
run: composer update --no-interaction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user