diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8b04dd3..313c72d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,16 +13,3 @@ jobs: submodules: true - name: Run tests uses: symcon/action-tests@master - - test-legacy: - runs-on: ubuntu-latest - steps: - - name: Checkout module - uses: actions/checkout@master - with: - submodules: true - - name: Run tests - uses: symcon/action-tests@master - with: - phpunit-version: '9.2.6' - php-version: '7.3' #This version is currently used by Symcon | In later versions the tested wddx function is removed