Skip to content

Commit

Permalink
[TEST] modify chromium version
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Oct 8, 2024
1 parent f55b074 commit 889edef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
template_tag: v11.0.0
steps:
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: '127.0.6533.119'
- uses: actions/checkout@v4
with:
path: lib/test-bundle
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/php-stan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ jobs:
run: |
bin/console assets:install public --relative --symlink
- name: Validate Container
run: |
bin/console lint:container
- name: Php Stan
run: |
bin/console cache:warmup --env=test
Expand Down
3 changes: 3 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Upgrade Notes

## 5.1.3
- **[BUGFIX]** Fix DoubleOptInType Service Definition [@dpfaffenbauer](https://github.com/dachcom-digital/pimcore-formbuilder/pull/483)

## 5.1.2
- **[IMPROVEMENT]** [File Upload] Add Deeplink Option to file upload field [#475](https://github.com/dachcom-digital/pimcore-formbuilder/issues/475)
- **[BUGFIX]** [Double-Opt-In] Remove unique index, allow admin to define unique data behavior [#477](https://github.com/dachcom-digital/pimcore-formbuilder/issues/477)
Expand Down

0 comments on commit 889edef

Please sign in to comment.