1
0
Fork 0
mirror of synced 2025-04-02 21:36:14 +03:00

fix makefile

Change php version tests
This commit is contained in:
Ivan Chaplygin 2024-09-20 10:56:58 +03:00
parent 10ddcc30e0
commit 6b9f2dd44b
2 changed files with 7 additions and 7 deletions

View file

@ -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'

View file

@ -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 \