From 2f382d2c06b771027846dc0a335b37223a73c06e Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Wed, 17 Jun 2020 02:59:21 +0200 Subject: [PATCH] Update nimut/testing-framework --- .github/workflows/tests.yml | 16 +--------------- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 555049d46..339c09d31 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,16 +15,6 @@ jobs: name: P${{ matrix.php }} - T${{ matrix.typo3 }} - services: - mysql: - image: mysql:5.7 - env: - MYSQL_DATABASE: extension_builder - MYSQL_ROOT_PASSWORD: password - ports: - - 3306 - options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 - steps: - name: Checkout code uses: actions/checkout@v2 @@ -57,8 +47,4 @@ jobs: run: .Build/bin/phpunit --colors -c .Build/vendor/nimut/testing-framework/res/Configuration/FunctionalTests.xml Tests/Functional/ env: TYPO3_PATH_WEB: $PWD/.Build/Web - typo3DatabaseName: extension_builder - typo3DatabaseHost: 127.0.0.1 - typo3DatabaseUsername: root - typo3DatabasePassword: password - typo3DatabasePort: ${{ job.services.mysql.ports[3306] }} + typo3DatabaseDriver: pdo_sqlite diff --git a/composer.json b/composer.json index 2ef99285e..9b8510eb8 100644 --- a/composer.json +++ b/composer.json @@ -23,13 +23,13 @@ ], "require": { "ext-json": "*", - "typo3/cms-core": "~9.5", - "nikic/php-parser": "^4.0", - "typo3/cms-backend": "~9.5" + "nikic/php-parser": "^4.5", + "typo3/cms-backend": "^9.5", + "typo3/cms-core": "^9.5" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2", - "nimut/testing-framework": "^4", + "nimut/testing-framework": "^5.0", "sebastian/diff": "^3.0" }, "autoload": {