From 39bcdf8e6605ed323e8e1e23f6109c3ca7340f8e Mon Sep 17 00:00:00 2001 From: Michiel Dethmers Date: Tue, 2 Jan 2024 08:48:29 +0000 Subject: [PATCH] update PHP versions and suppress behat output --- .github/workflows/main.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6d5165a5..54d862650 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,14 +11,10 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['7.4', '8.0', '8.1'] + php-version: ['7.4', '8.0', '8.1', '8.2'] experimental: [false] include: - - php-version: 7.2 - experimental: true - - php-version: 7.3 - experimental: true - - php-version: 8.2 + - php-version: 8.3 experimental: true steps: @@ -113,7 +109,7 @@ jobs: export ADMIN_NAME="phpList Administrator" php public_html/lists/admin/index.php -c $GITHUB_WORKSPACE/public_html/lists/config/config.php -p initialise -f cd $GITHUB_WORKSPACE/tests - ../vendor/bin/behat -p chrome --tags="~@initialise && ~@wip" + ../vendor/bin/behat -p chrome -f progress --tags="~@initialise && ~@wip && ~@behattest" - name: Upload the screenshots if: always()