Skip to content

Commit

Permalink
Revert "add smtp-sink for email testing"
Browse files Browse the repository at this point in the history
This reverts commit fc14af9, reversing
changes made to 7c5e5f4.
  • Loading branch information
michield committed Jan 2, 2024
1 parent fc14af9 commit e9f98b1
Show file tree
Hide file tree
Showing 52 changed files with 9 additions and 117,490 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/issuecleanup.yml

This file was deleted.

14 changes: 9 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

name: CI

on: [pull_request]
on: [pull_request, push]

jobs:
test:
Expand All @@ -11,10 +11,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2']
php-version: ['7.4', '8.0', '8.1']
experimental: [false]
include:
- php-version: 8.3
- php-version: 7.2
experimental: true
- php-version: 7.3
experimental: true
- php-version: 8.2
experimental: true

steps:
Expand All @@ -31,7 +35,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
sudo apt update
sudo apt install -y rsync postfix
sudo apt -y install rsync postfix
# - name: Cache Composer dependencies
# uses: actions/cache@v2
Expand Down Expand Up @@ -109,7 +113,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 -f progress --tags="~@initialise && ~@wip && ~@behattest"
../vendor/bin/behat -p chrome --tags="~@initialise && ~@wip"
- name: Upload the screenshots
if: always()
Expand Down
16 changes: 0 additions & 16 deletions .pre-commit-config.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions Dockerfile

This file was deleted.

53 changes: 0 additions & 53 deletions Dockerfile.git

This file was deleted.

33 changes: 0 additions & 33 deletions Dockerfile.tests

This file was deleted.

29 changes: 0 additions & 29 deletions Makefile

This file was deleted.

74 changes: 0 additions & 74 deletions Vagrantfile.D10

This file was deleted.

70 changes: 0 additions & 70 deletions Vagrantfile.U20

This file was deleted.

Loading

0 comments on commit e9f98b1

Please sign in to comment.