Skip to content

Commit 8708c9a

Browse files
committed
Update release notes
1 parent 7495f7b commit 8708c9a

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ updates:
2525
- "*"
2626
# Maintain dependencies for npm
2727
- package-ecosystem: "npm"
28+
cooldown:
29+
default-days: 14
2830
directories:
2931
- "/"
3032
schedule:

.github/workflows/test-integration.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Run QA tests (static analysis, lint and unit tests)
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
38

49
jobs:
510
run-qa-tests:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 7.0.0
4+
- Update to Symfony 7.4
5+
36
## 6.0.1
47
- Ensure the correct error page is displayed when authentication fails #332
58
- Upgrade of numerous NPM and Composer dependencies

0 commit comments

Comments
 (0)