Updating Composer dependencies

This commit is contained in:
Zachary Klosko 2020-12-17 09:44:18 -05:00
parent 621a08dc74
commit 572a3a273c
3 changed files with 4 additions and 5 deletions

View File

@ -23,8 +23,6 @@ apt-get install -y gstreamer1.0-plugins-base \
python-cairo \
pkg-config \
libcairo2-dev \
postgresql \
postgresql-client \
php7.0-curl \
php7.0-gd \
php7.0-pgsql \

View File

@ -65,10 +65,11 @@ jobs:
run: sudo bash ./.github/scripts/install-xenial.sh
- name: Run Python tests
run: |
pip3 install --upgrade pip
sudo bash ./.github/scripts/python-pkg-install.sh
sudo bash ./.github/scripts/python-pkg-test.sh
- name: Run PHP tests
run: |
composer install --no-progress
composer install --no-progress --dev
cd airtime_mvc/tests
sudo bash ../../vendor/bin/phpunit

View File

@ -39,8 +39,8 @@
"zf1s/zend-cache": "dev-master@dev"
},
"require-dev": {
"phpunit/phpunit": "^4.3",
"phpunit/dbunit": "^2.0",
"phpunit/phpunit": "^6",
"phpunit/dbunit": "^3.0",
"zf1s/zend-test": "^1.12"
}
}