Skip to content

Commit

Permalink
test_v1
Browse files Browse the repository at this point in the history
  • Loading branch information
uryvskiy-dima committed Sep 24, 2023
1 parent 9af0849 commit 6535c05
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 24 deletions.
33 changes: 11 additions & 22 deletions .github/workflows/presta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,25 @@ jobs:
- php-version: '7.1'
branch: '1.7.7.0'
composerv1: 1
phpunit-version: 'phpunit:6.4.3'
- php-version: '7.2'
branch: '1.7.7.0'
composerv1: 1
- php-version: '7.3'
branch: '1.7.7.0'
composerv1: 1
phpunit-version: 'phpunit:6.4.3'
- php-version: '7.4'
branch: '1.7.7.0'
composerv1: 1
phpunit-version: 'phpunit:6.4.3'
# - php-version: '7.4'
# branch: '1.7.7.0'
# composerv1: 1
- php-version: '7.1'
branch: '1.7.7.8'
composerv1: 1
phpunit-version: 'phpunit:6.4.3'
branch: '1.7.8.10'
- php-version: '7.2'
branch: '1.7.7.8'
composerv1: 1
coverage: 1
phpunit-version: 'phpunit:6.4.3'
branch: '1.7.8.10'
- php-version: '7.3'
branch: '1.7.7.8'
composerv1: 1
phpunit-version: 'phpunit:6.4.3'
- php-version: '7.4'
branch: '1.7.7.8'
composerv1: 1
coverage: 1
phpunit-version: 'phpunit:6.4.3'
branch: '1.7.8.10'
# - php-version: '7.4'
# branch: '1.7.7.8'
# composerv1: 1
# coverage: 1

services:
mysql:
Expand All @@ -63,7 +52,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
coverage: xdebug
tools: composer:v2, ${{ matrix.phpunit-version }}
tools: composer:v2, phpunit:6.4.3
extensions: gd, mbstring, zip, mcrypt, pdo_mysql, dom
- name: Start mysql service
run: sudo /etc/init.d/mysql start
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include .env

ROOT_DIR=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
PRESTASHOP_DIR=$(ROOT_DIR)/../PrestaShop
FILE = $(ROOT_DIR)/VERSION
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ services:
context: ./.docker
volumes:
- ./:/code
env_file:
- ./.env
depends_on:
- db
db:
Expand Down

0 comments on commit 6535c05

Please sign in to comment.