Skip to content

Commit

Permalink
DevKit updates (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jul 11, 2023
1 parent d688025 commit e6691d7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/auto-merge-dev-kit.yaml
Expand Up @@ -7,7 +7,6 @@ name: Auto merge DevKit PRs
on:
pull_request_target:
branches:
- 4.x
- 5.x
- 6.x
types: [labeled]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/documentation.yaml
Expand Up @@ -9,7 +9,6 @@ on:
- cron: '30 0 * * *'
push:
branches:
- 4.x
- 5.x
- 6.x
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yaml
Expand Up @@ -9,7 +9,6 @@ on:
- cron: '30 0 * * *'
push:
branches:
- 4.x
- 5.x
- 6.x
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/qa.yaml
Expand Up @@ -9,7 +9,6 @@ on:
- cron: '30 0 * * *'
push:
branches:
- 4.x
- 5.x
- 6.x
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/symfony-lint.yaml
Expand Up @@ -9,7 +9,6 @@ on:
- cron: '30 0 * * *'
push:
branches:
- 4.x
- 5.x
- 6.x
pull_request:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test.yaml
Expand Up @@ -9,7 +9,6 @@ on:
- cron: '30 0 * * *'
push:
branches:
- 4.x
- 5.x
- 6.x
pull_request:
Expand Down Expand Up @@ -43,10 +42,6 @@ jobs:
dependencies: lowest
allowed-to-fail: false
variant: normal
- php-version: '8.2'
dependencies: highest
allowed-to-fail: false
variant: sonata-project/form-extensions:"2.0.0-alpha-1"
- php-version: '8.2'
dependencies: highest
allowed-to-fail: false
Expand Down
2 changes: 0 additions & 2 deletions .symfony.bundle.yaml
Expand Up @@ -3,12 +3,10 @@
# It's auto-generated by sonata-project/dev-kit package.

branches:
- 4.x
- 5.x
- 6.x

maintained_branches:
- 4.x
- 5.x
- 6.x

Expand Down

0 comments on commit e6691d7

Please sign in to comment.