From fd74871dabc46229c336c4140f58076f870a1c21 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Fri, 16 Dec 2022 12:16:01 -0500 Subject: [PATCH 1/3] Upgrading alley-coding-standards --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 47f2173..e9e1f2d 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "symfony/process": "^5.0" }, "require-dev": { - "alleyinteractive/alley-coding-standards": "^0.3", + "alleyinteractive/alley-coding-standards": "^1.0", "phpunit/phpunit": "^9.3" }, "config": { From b3402a75c08e5c88a528e6b0c2b49a99d0adf686 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Fri, 16 Dec 2022 12:16:27 -0500 Subject: [PATCH 2/3] Switch to develop --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/unit-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index c336407..78fc770 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -3,7 +3,7 @@ name: Coding Standards on: push: branches: - - main + - develop pull_request: schedule: - cron: '0 0 * * *' diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index c01f03f..882166a 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -3,7 +3,7 @@ name: Testing Suite on: push: branches: - - main + - develop pull_request: schedule: - cron: '0 0 * * *' From b2025e50b85b1ffaf672c51092c38eb57a20ce8c Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Fri, 16 Dec 2022 12:22:25 -0500 Subject: [PATCH 3/3] Testing Github actions