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