From 6b9f2dd44b5e314aba7a84b286aa7e84722179cf Mon Sep 17 00:00:00 2001 From: Ivan Chaplygin Date: Fri, 20 Sep 2024 10:56:58 +0300 Subject: [PATCH] fix makefile Change php version tests --- .github/workflows/woo.yml | 12 ++++++------ Makefile | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/woo.yml b/.github/workflows/woo.yml index 70fa4c4..b048178 100644 --- a/.github/workflows/woo.yml +++ b/.github/workflows/woo.yml @@ -21,12 +21,12 @@ jobs: matrix: include: # WordPress 5.3 - #PHP 7.0 and 7.4 - - php-version: '7.0' + #PHP 7.1 and 7.4 + - php-version: '7.1' wp: '5.3' wc: '5.4.3' coverage: 1 - - php-version: '7.0' + - php-version: '7.1' wp: '5.3' wc: '6.4.0' - php-version: '7.4' @@ -37,11 +37,11 @@ jobs: wc: '6.4.0' # WordPress 6.0 - # PHP 7.0 and 7.4 - - php-version: '7.0' + # PHP 7.1 and 7.4 + - php-version: '7.1' wp: '6.0' wc: '5.4.3' - - php-version: '7.0' + - php-version: '7.1' wp: '6.0' wc: '6.4.0' - php-version: '7.4' diff --git a/Makefile b/Makefile index 8133a0d..0def232 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ARCHIVE_NAME = '/tmp/retailcrm-'$(VERSION)'.zip' svn_clone: mkdir /tmp/svn_plugin_dir - svn co $(SVNREPOURL) /tmp/svn_plugin_dir --username $(USERNAME) --password $(PASSWORD) --no-auth-cache + svn co $(SVNREPOURL) /tmp/svn_plugin_dir --no-auth-cache svn_push: /tmp/svn_plugin_dir if [ ! -d "/tmp/svn_plugin_dir/tags/$(VERSION)" ]; then \