This commit is contained in:
Laurent Destailleur
2023-06-19 02:46:09 +02:00
parent a6bca70a6d
commit 953dfd0ff9
2 changed files with 2 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ jobs:
htdocs/includes/bin/phpcs -i | head -
# Check PHP Vardump check version
echo "PHP Vardump check version"
htdocs/includes/bin/var_dump_check --version
htdocs/includes/bin/var-dump-check --version
# Check PHPUnit version
echo "PHPUnit version"
htdocs/includes/bin/phpunit --version | head -
@@ -77,8 +77,6 @@ jobs:
echo "Database version"
mysql --version | head -
psql --version
echo "Check pgloader version"
pgloader --version
- name: lint
run: |

View File

@@ -35,6 +35,7 @@ jobs:
- name: Install packages for PHP 8.1
run: |
composer -n require --ignore-platform-reqs phpunit/phpunit ^8
sudo apt-get install -y pgloader
- name: Adding path of binaries tools installed by composer to the PATH
run: |