Skip to content

Commit 98a5a69

Browse files
committed
Fixate filesystem component version for ga
Signed-off-by: Anton Fedurtsya <anton@fedurtsya.com>
1 parent e23004c commit 98a5a69

3 files changed

Lines changed: 4 additions & 36 deletions

File tree

.github/fresh-advance/module-invoice.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ install:
1313
"require": {
1414
"oxid-esales/oxideshop-ce": "{{ .Data.global.composer.dev_ref }}",
1515
"oxid-esales/twig-admin-theme": "{{ .Data.global.composer.dev_ref }}",
16-
"oxid-esales/twig-theme": "{{ .Data.global.composer.dev_ref }}"
16+
"oxid-esales/twig-theme": "{{ .Data.global.composer.dev_ref }}",
17+
"symfony/filesystem": "v6.4.3"
1718
}
1819
}
1920
custom_script_container: |

.github/workflows/dispatch_full.yaml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/dispatch_module.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
esac
5050
5151
# shellcheck disable=SC2088
52-
TESTPLAN="~/defaults/7.1.x.yaml,${LIMIT}~/module-invoice.yaml,~/_custom.yaml"
52+
TESTPLAN="~/defaults/7.1.x.yaml,${LIMIT}~/module-invoice.yaml"
5353
echo "testplan=${TESTPLAN}" | tee -a "${GITHUB_OUTPUT}"
5454
5555
dispatch_stable:
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
testplan: ${{ needs.build_testplan.outputs.testplan }}
6060
runs_on: '"ubuntu-latest"'
61-
defaults: 'v4'
61+
defaults: 'v5'
6262
plan_folder: '.github/fresh-advance'
6363
secrets:
6464
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}

0 commit comments

Comments
 (0)