Skip to content

Commit

Permalink
chore: adjust workflows for 6.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cyl3x committed Feb 5, 2025
1 parent ccdac91 commit 66b7eb4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/actions/setup-paypal/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inputs:
required: false
description: "Which PHP version should be used"
shopware-version:
default: "trunk"
default: "6.6.x"
required: false
description: "Which version/branch of shopware should be used"

Expand All @@ -49,6 +49,7 @@ runs:
{
"name":"SwagCmsExtensions",
"repo": "https://github.com/shopware/SwagCmsExtensions.git",
"branch": "6.6.x",
"token": "${{ steps.octo-sts.outputs.token }}"
}
]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Admin
on:
push:
branches:
- trunk
- 6.6.x
pull_request:
paths:
- src/Resources/app/administration/**/*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Integration
on:
push:
branches:
- trunk
- 6.6.x
pull_request:
workflow_dispatch:

Expand All @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
MYSQL_IMAGE: ["mysql:8.0", "mariadb:10.11"]
PLATFORM_BRANCH: ["v6.6.0.0", "trunk"]
PLATFORM_BRANCH: ["v6.6.0.0", "6.6.x"]
PHP_VERSION: ["8.2", "8.3"]
WITH_COMMERCIAL: [true, false]
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHP checks
on:
push:
branches:
- trunk
- 6.6.x
pull_request:
paths:
- bin/*.php
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
PLATFORM_BRANCH: ["v6.6.0.0", "trunk"]
PLATFORM_BRANCH: ["v6.6.0.0", "6.6.x"]
fail-fast: false
steps:
- name: Checkout SwagPayPal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storefront.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Storefront
on:
push:
branches:
- trunk
- 6.6.x
pull_request:
paths:
- src/Resources/app/storefront/**/*
Expand Down

0 comments on commit 66b7eb4

Please sign in to comment.