Skip to content

Commit 01ba3b7

Browse files
committed
yform 5
1 parent eedee16 commit 01ba3b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Copy and install Addons
6767
run: |
6868
rsync -av --exclude='./vendor' --exclude='.github' --exclude='.git' --exclude='redaxo_cms' './' 'redaxo_cms/redaxo/src/addons/${{ github.event.repository.name }}'
69-
redaxo_cms/redaxo/bin/console install:download 'yform' '4.*'
69+
redaxo_cms/redaxo/bin/console install:download 'yform' '5.*'
7070
redaxo_cms/redaxo/bin/console package:install 'yform'
7171
redaxo_cms/redaxo/bin/console package:install 'cronjob'
7272
redaxo_cms/redaxo/bin/console package:install '${{ github.event.repository.name }}'

.github/workflows/rexstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
rsync -av --exclude='./vendor' --exclude='.github' --exclude='.git' --exclude='redaxo_cms' './' 'redaxo_cms/redaxo/src/addons/${{ github.event.repository.name }}'
7373
redaxo_cms/redaxo/bin/console install:download 'rexstan' '1.*'
7474
redaxo_cms/redaxo/bin/console package:install 'rexstan'
75-
redaxo_cms/redaxo/bin/console install:download 'yform' '4.*'
75+
redaxo_cms/redaxo/bin/console install:download 'yform' '5.*'
7676
redaxo_cms/redaxo/bin/console package:install 'yform'
7777
redaxo_cms/redaxo/bin/console package:install 'cronjob'
7878
redaxo_cms/redaxo/bin/console package:install '${{ github.event.repository.name }}'

0 commit comments

Comments
 (0)