diff --git a/.github/workflows/fixtures/plugin-test/README.md b/.github/workflows/fixtures/plugin-test-minor-fail/README.md similarity index 100% rename from .github/workflows/fixtures/plugin-test/README.md rename to .github/workflows/fixtures/plugin-test-minor-fail/README.md diff --git a/.github/workflows/fixtures/plugin-test/plugin-test.php b/.github/workflows/fixtures/plugin-test-minor-fail/plugin-test.php similarity index 100% rename from .github/workflows/fixtures/plugin-test/plugin-test.php rename to .github/workflows/fixtures/plugin-test-minor-fail/plugin-test.php diff --git a/.github/workflows/fixtures/plugin-test-minor-fail/readme.txt b/.github/workflows/fixtures/plugin-test-minor-fail/readme.txt new file mode 100644 index 0000000..a60f3a4 --- /dev/null +++ b/.github/workflows/fixtures/plugin-test-minor-fail/readme.txt @@ -0,0 +1,10 @@ +=== Plugin Test === +Contributors: jazzsequence +Tags: github actions, testing +Requires at least: 5.8 +Tested up to: 6.6 +Stable tag: 1.0.0 +License: MIT +License URI: https://opensource.org/licenses/MIT + +This is a test plugin for testing GitHub Actions workflows. \ No newline at end of file diff --git a/.github/workflows/fixtures/plugin-test-minor-pass/README.md b/.github/workflows/fixtures/plugin-test-minor-pass/README.md new file mode 100644 index 0000000..961e53c --- /dev/null +++ b/.github/workflows/fixtures/plugin-test-minor-pass/README.md @@ -0,0 +1,10 @@ +# Plugin Test +Contributors: jazzsequence +Tags: github actions, testing +Requires at least: 5.8 +Tested up to: 6.6.1 +Stable tag: 1.0.0 +License: MIT +License URI: https://opensource.org/licenses/MIT + +This is a test plugin for testing GitHub Actions workflows. \ No newline at end of file diff --git a/.github/workflows/fixtures/plugin-test-minor-pass/plugin-test.php b/.github/workflows/fixtures/plugin-test-minor-pass/plugin-test.php new file mode 100644 index 0000000..ff32419 --- /dev/null +++ b/.github/workflows/fixtures/plugin-test-minor-pass/plugin-test.php @@ -0,0 +1,12 @@ +