Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eug-L committed Sep 12, 2024
1 parent 3f80edd commit 6944e7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
./vendor
./prestashop1.6/vendor
./prestashop1.7/vendor
./prestashop8.x/vendor
# the key will change if composer.lock changes
key: ${{ runner.os }}-dependencies-${{ hashFiles('**/composer.lock') }}

Expand All @@ -33,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ps_version: ['1.6', '1.7']
ps_version: ['1.6', '1.7', '8.x']
steps:
- name: checkout
uses: actions/checkout@v2
Expand All @@ -46,6 +47,7 @@ jobs:
./vendor
./prestashop1.6/vendor
./prestashop1.7/vendor
./prestashop8.x/vendor
# the key will change if composer.lock changes
key: ${{ runner.os }}-dependencies-${{ hashFiles('**/composer.lock') }}

Expand Down

0 comments on commit 6944e7d

Please sign in to comment.