diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 538b4d2e..93cb2b25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,6 @@ jobs: with: coverage: no php-version: 8.3 - extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, gd, apcu - name: Install Dependencies uses: ramsey/composer-install@v3 - name: Setup Environment @@ -47,6 +46,8 @@ jobs: sudo systemctl start mysql.service mysql -uroot -h127.0.0.1 -proot -e 'CREATE DATABASE IF NOT EXISTS db;' sudo systemctl start apache2.service + - name: Configure Matchers + uses: mheap/phpunit-matcher-action@v1 - name: Unit & Kernel Tests run: vendor/bin/phpunit --testsuite unit,kernel --teamcity --stop-on-failure - name: Install Drupal