From 6b41d7540d59736743dc83fb9fe608f5bf2336a2 Mon Sep 17 00:00:00 2001 From: Victor Vasiloi Date: Thu, 10 Mar 2022 13:35:56 +0100 Subject: [PATCH] Remove create_project_php parameter (#1368) It was removed from the callable workflow https://github.com/symfony/recipes/commit/07cc58ffd13fe05406b7dd23b9e5034c6dfd82fa --- .github/workflows/qa.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 8dabe8cf..fa1f230d 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -14,5 +14,3 @@ jobs: branch: master contrib: true find_yaml: -not -wholename 'codeception/codeception/*/tests/*' -not -wholename 'codeception/codeception/*/codeception.yml' - create_project_php: '8.0' -