Skip to content

Commit 6944e7d

Browse files
committed
update github workflow
1 parent 3f80edd commit 6944e7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
./vendor
2020
./prestashop1.6/vendor
2121
./prestashop1.7/vendor
22+
./prestashop8.x/vendor
2223
# the key will change if composer.lock changes
2324
key: ${{ runner.os }}-dependencies-${{ hashFiles('**/composer.lock') }}
2425

@@ -33,7 +34,7 @@ jobs:
3334
runs-on: ubuntu-latest
3435
strategy:
3536
matrix:
36-
ps_version: ['1.6', '1.7']
37+
ps_version: ['1.6', '1.7', '8.x']
3738
steps:
3839
- name: checkout
3940
uses: actions/checkout@v2
@@ -46,6 +47,7 @@ jobs:
4647
./vendor
4748
./prestashop1.6/vendor
4849
./prestashop1.7/vendor
50+
./prestashop8.x/vendor
4951
# the key will change if composer.lock changes
5052
key: ${{ runner.os }}-dependencies-${{ hashFiles('**/composer.lock') }}
5153

0 commit comments

Comments
 (0)