Skip to content

Commit 624f47e

Browse files
authoredApr 9, 2024··
[noticket] Update CI devenv version to 1.x, make CI job version-independent of our configuration.
1 parent 7141799 commit 624f47e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/test_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- devenv.yaml
1515

1616
env:
17-
DEVENV_VERSION: v0.6.3
17+
DEVENV_VERSION: v1.0.3
1818

1919
jobs:
2020
list-examples:
@@ -45,7 +45,7 @@ jobs:
4545
- name: Test ${{ matrix.manifest }} example
4646
run: |
4747
cd ${GITHUB_WORKSPACE}/examples/${{ matrix.manifest }}
48-
sed -i "s,url: github:kellerkinderDE/devenv-shopware?ref=v2.1.1,url: path:${GITHUB_WORKSPACE}," devenv.yaml
48+
sed -i "s,url: github:kellerkinderDE/devenv-shopware?ref=v[.0-9]\+,url: path:${GITHUB_WORKSPACE}," devenv.yaml
4949
echo running on ${GITHUB_REPOSITORY} with ref ${GITHUB_REF_NAME}
5050
direnv allow && direnv reload
5151
devenv ci -vvv

0 commit comments

Comments
 (0)
Please sign in to comment.