Skip to content

Commit

Permalink
use docker-eshop-sdk in version 4.0.0 instead of 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkDerHase committed Sep 4, 2024
1 parent 9b9afab commit 8e20cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
php: [ '7.4', '8.0', '8.1' ]
runs-on: ubuntu-latest
steps:
- name: Clone testing environment v3.0.0
run: git clone https://github.com/OXID-eSales/docker-eshop-sdk.git . && git reset --hard v3.0.0
- name: Clone testing environment v4.0.0
run: git clone https://github.com/OXID-eSales/docker-eshop-sdk.git . && git reset --hard v4.0.0

- name: Clone the shop
run: git clone --depth 1 https://github.com/OXID-eSales/oxideshop_ce.git --branch b-6.5.x --single-branch source
Expand Down

0 comments on commit 8e20cff

Please sign in to comment.