Skip to content

Commit

Permalink
#23 try to fix node version for 6.6 test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
iMiMWeis committed Mar 12, 2024
1 parent 5866d5f commit 9455bcc
Showing 1 changed file with 7 additions and 0 deletions.
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 }}
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

0 comments on commit 9455bcc

Please sign in to comment.