From bb03ee9fb65378cc6c74a67ba1597e72715080a3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 21 Jun 2023 18:55:03 +0200 Subject: [PATCH] Test CI --- .github/workflows/github_ci_php71_pgsql.yml | 6 +++++- .github/workflows/github_ci_php81_mysql.yml | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_ci_php71_pgsql.yml b/.github/workflows/github_ci_php71_pgsql.yml index 068f0b6acae..b4c5a61024b 100644 --- a/.github/workflows/github_ci_php71_pgsql.yml +++ b/.github/workflows/github_ci_php71_pgsql.yml @@ -57,7 +57,9 @@ jobs: sudo update-alternatives --set php /usr/bin/php7.1 php -i | head - - composer -n require phpunit/phpunit ^7.5 \ + cd $GITHUB_WORKSPACE + ls $GITHUB_WORKSPACE + composer -n require --ignore-platform-reqs phpunit/phpunit ^7.5 \ php-parallel-lint/php-parallel-lint ^1 \ php-parallel-lint/php-console-highlighter ^0 \ php-parallel-lint/php-var-dump-check ~0.4 \ @@ -74,6 +76,8 @@ jobs: run: | export PATH="$GITHUB_WORKSPACE/htdocs/includes/bin:$PATH" echo $PATH + ls $GITHUB_WORKSPACE/htdocs/ + ls $GITHUB_WORKSPACE/htdocs/includes/ ls $GITHUB_WORKSPACE/htdocs/includes/bin - name: Version information diff --git a/.github/workflows/github_ci_php81_mysql.yml b/.github/workflows/github_ci_php81_mysql.yml index a7f56df6da1..60c4a2c057f 100644 --- a/.github/workflows/github_ci_php81_mysql.yml +++ b/.github/workflows/github_ci_php81_mysql.yml @@ -43,7 +43,8 @@ jobs: sudo apt-get install -y pgloader memcached sudo apt install apache2 php8.1 php8.1-cli php8.1-mysql php8.1-pgsql php8.1-gd php8.1-imap php8.1-intl php8.1-ldap php8.1-xml php8.1-mbstring php8.1-xml php8.1-zip libapache2-mod-php8.1 sudo update-alternatives --set php /usr/bin/php8.1 - + php -i | head - + composer -n require --ignore-platform-reqs phpunit/phpunit ^8 \ php-parallel-lint/php-parallel-lint ^1.2 \ php-parallel-lint/php-console-highlighter ^0 \