Skip to content

Commit

Permalink
update PHP versions and suppress behat output
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Jan 2, 2024
1 parent dadef47 commit 39bcdf8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 39bcdf8

Please sign in to comment.