fix makefile
Change php version tests
This commit is contained in:
parent
10ddcc30e0
commit
6b9f2dd44b
2 changed files with 7 additions and 7 deletions
12
.github/workflows/woo.yml
vendored
12
.github/workflows/woo.yml
vendored
|
@ -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'
|
||||
|
|
2
Makefile
2
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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue