diff --git a/.github/workflows/php-test-v1.12.yml b/.github/workflows/php-test-v1.12.yml deleted file mode 100644 index 41cdfbee..00000000 --- a/.github/workflows/php-test-v1.12.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: PHP Codeception Tests - v1.12 - -on: - push: - -jobs: - tests: - uses: humhub/actions/.github/workflows/module-tests-v1.12.yml@main - with: - module-id: mail - use-rest-module: true