We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f80edd commit 6944e7dCopy full SHA for 6944e7d
.github/workflows/release.yml
@@ -19,6 +19,7 @@ jobs:
19
./vendor
20
./prestashop1.6/vendor
21
./prestashop1.7/vendor
22
+ ./prestashop8.x/vendor
23
# the key will change if composer.lock changes
24
key: ${{ runner.os }}-dependencies-${{ hashFiles('**/composer.lock') }}
25
@@ -33,7 +34,7 @@ jobs:
33
34
runs-on: ubuntu-latest
35
strategy:
36
matrix:
- ps_version: ['1.6', '1.7']
37
+ ps_version: ['1.6', '1.7', '8.x']
38
steps:
39
- name: checkout
40
uses: actions/checkout@v2
@@ -46,6 +47,7 @@ jobs:
46
47
48
49
50
51
52
53
0 commit comments