Skip to content

Commit

Permalink
[CI] Setup CI for v11.x branch to be enable to do 11.x releases (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre authored Feb 15, 2024
1 parent d8097e7 commit 3c4fb57
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .devbox/.ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ hooks:
# Import and upgrade Database
- exec: /var/www/html/build-files/import-if-empty.sh
- exec: /var/www/html/bin/typo3cms database:updateschema
omit_containers: [dba, ddev-ssh-agent]
omit_containers: [ddev-ssh-agent]
webimage_extra_packages: [cron]
use_dns_when_possible: true
timezone: Europe/Copenhagen
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "**"
push:
branches:
- "main"
- "v11.x"

jobs:
Acceptance:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
composer --version
- uses: actions/checkout@v1
- uses: jonaseberle/github-action-setup-ddev@v1
- uses: ddev/github-action-setup-ddev@v1
with:
ddevDir: ".devbox"
- name: CodeCeption
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BackwardCompatibilityCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "**"
push:
branches:
- "main"
- "v11.x"

jobs:
BC-Breaks:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DBMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "**"
push:
branches:
- "main"
- "v11.x"

jobs:
PostgreSQL:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MutationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "**"
push:
branches:
- "main"
- "v11.x"

jobs:
mutation-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Requirement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "**"
push:
branches:
- "main"
- "v11.x"

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/StaticAnalysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "**"
push:
branches:
- "main"
- "v11.x"

jobs:
phpstan:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "**"
push:
branches:
- "main"
- "v11.x"

jobs:
Unit:
Expand Down

0 comments on commit 3c4fb57

Please sign in to comment.