From f5b3c368a4519819bf37f07df282cf520b92614c Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Mon, 13 Mar 2023 17:51:51 +0100 Subject: [PATCH] Delete php-test-v1.12.yml --- .github/workflows/php-test-v1.12.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflows/php-test-v1.12.yml 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