diff --git a/.github/workflows/message_rendering.yml b/.github/workflows/message_rendering.yml index e4084b94619..f690318c590 100644 --- a/.github/workflows/message_rendering.yml +++ b/.github/workflows/message_rendering.yml @@ -14,49 +14,16 @@ jobs: strategy: fail-fast: false - matrix: - php: ["8.3"] - name: Linux / PHP ${{ matrix.php }} - - #services: - # mailhost: - # image: docker.io/greenmail/standalone - # ports: - # - '3143:3143' - # - '3025:3025' - # env: - # GREENMAIL_OPTS: '-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.preload.dir=/usr/local/src' - # volumes: - # - "${{ github.workspace }}/tests/MessageRendering/data/greenmail:/usr/local/src" - - #env: - # RC_CONFIG_IMAP_HOST: 'tls://localhost:3143' + name: Linux / PHP 8.3 steps: - name: Checkout code uses: actions/checkout@v4 - #- name: Setup PHP - # uses: shivammathur/setup-php@v2 - # with: - # php-version: ${{ matrix.php }} - # extensions: dom, curl, fileinfo, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, ldap, intl, pspell - # tools: composer:v2 - # coverage: none - - #- name: Setup problem matchers - # run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - - name: Run tests via docker compose run: docker compose -f .ci/compose.yaml run test_message_rendering - #- name: Install Aspell/Hunspell - # run: sudo apt-get -y install aspell aspell-en aspell-de hunspell-en-us - # - #- name: Execute tests - # run: .ci/run_test_message_rendering.sh - - name: Upload artifacts uses: actions/upload-artifact@master if: failure()