mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-11 12:50:55 +00:00
Fix tests
This commit is contained in:
parent
176ef668dc
commit
54ec3d2cfd
1 changed files with 6 additions and 6 deletions
12
.github/workflows/presta.yml
vendored
12
.github/workflows/presta.yml
vendored
|
@ -14,12 +14,12 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- php-version: '7.1'
|
||||
branch: '1.7.7.0'
|
||||
composerv1: 1
|
||||
- php-version: '7.2'
|
||||
branch: '1.7.7.0'
|
||||
composerv1: 1
|
||||
# - php-version: '7.1' - Warning: Invalid argument supplied for foreach() in /home/runner/work/prestashop-module/PrestaShop/classes/Language.php
|
||||
# branch: '1.7.7.0'
|
||||
# composerv1: 1
|
||||
# - php-version: '7.2' - Warning: Invalid argument supplied for foreach() in /home/runner/work/prestashop-module/PrestaShop/classes/Language.php
|
||||
# branch: '1.7.7.0'
|
||||
# composerv1: 1
|
||||
- php-version: '7.3'
|
||||
branch: '1.7.7.0'
|
||||
composerv1: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue