Skip to content

Commit

Permalink
Merge pull request #8 from kurozumi/support-eccube41
Browse files Browse the repository at this point in the history
support EC-CUBE4.1
  • Loading branch information
kurozumi authored Aug 24, 2021
2 parents c855b85 + 8185113 commit 9bc0ddc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
php-version: 7.4
extensions: mbstring, xml, ctype, iconv, mysql, intl
tools: composer:v1
tools: composer:v2

- name: Get composer cache directory
id: composer-cache
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
matrix:
eccube-versions: ['4.0', '4.1-beta2']
php-versions: [7.1,7.2,7.3,7.4]
composer: ['v1', 'v2']
database: [mysql, pgsql]
include:
- database: mysql
Expand Down Expand Up @@ -51,7 +50,7 @@ jobs:
repository: EC-CUBE/ec-cube
ref: ${{ matrix.eccube-versions }}

- name: Setup PHP, with composer and extensions
- name: Setup PHP, with composer and extensions for EC-CUBE4.0
if: matrix.eccube-versions == '4.0'
uses: shivammathur/setup-php@master #https://github.com/shivammathur/setup-php
with:
Expand All @@ -65,7 +64,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, xml, ctype, iconv, mysql, intl
tools: composer:${{ matrix.composer }}
tools: composer:v2

- name: Get composer cache directory
id: composer-cache
Expand All @@ -91,7 +90,6 @@ jobs:
- name: Setup EC-CUBE
run: |
composer compile
bin/console e:i
env:
DATABASE_URL: ${{ matrix.database_url }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "ec-cube/CustomerGroupRank",
"version": "1.0.1",
"name": "ec-cube/customergrouprank",
"version": "2.0.0",
"description": "会員グループ管理::会員ランク管理アドオン for EC-CUBE4",
"type": "eccube-plugin",
"require": {
"ec-cube/plugin-installer": "~0.0.7"
"ec-cube/plugin-installer": "~0.0.6 || ^2.0"
},
"extra": {
"code": "CustomerGroupRank"
Expand Down

0 comments on commit 9bc0ddc

Please sign in to comment.