We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7495f7b commit 8708c9aCopy full SHA for 8708c9a
3 files changed
.github/dependabot.yml
@@ -25,6 +25,8 @@ updates:
25
- "*"
26
# Maintain dependencies for npm
27
- package-ecosystem: "npm"
28
+ cooldown:
29
+ default-days: 14
30
directories:
31
- "/"
32
schedule:
.github/workflows/test-integration.yml
@@ -1,5 +1,10 @@
1
name: Run QA tests (static analysis, lint and unit tests)
2
-on: [pull_request]
+on:
3
+ pull_request:
4
+ push:
5
+ branches:
6
+ - main
7
+ workflow_dispatch:
8
9
jobs:
10
run-qa-tests:
CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+## 7.0.0
+- Update to Symfony 7.4
+
## 6.0.1
- Ensure the correct error page is displayed when authentication fails #332
- Upgrade of numerous NPM and Composer dependencies
0 commit comments