Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#23 add tests for v6.6 and change test env php to v8.2 #24

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
shopware-version:
- 'v6.5.7.3'
- 'v6.6.0.0-rc5'
node-version:
- '18.0'
- '20.0'
steps:
- name: Setup Shopware
uses: FriendsOfShopware/setup-shopware@v1
Expand All @@ -29,6 +32,10 @@ jobs:
- uses: actions/checkout@v3
with:
path: custom/plugins/ImiDiPasswordProtectedPages
- name: Use Node.js ${{ matrix.node-version }}
amenk marked this conversation as resolved.
Show resolved Hide resolved
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install and activate plugin
run: export APP_SECRET=1 && bin/console plugin:refresh && bin/console plugin:install -a ImiDiPasswordProtectedPages
- name: Run Tests
Expand Down
Loading