Skip to content

Commit

Permalink
Merge branch '2.5' of github.com:sulu/skeleton into 2.6
Browse files Browse the repository at this point in the history
 Conflicts:
	.github/workflows/test-application.yaml
	composer.json
  • Loading branch information
alexander-schranz committed Nov 27, 2024
2 parents 835ccad + e7afcd5 commit 70761c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@ jobs:

- name: Install composer dependencies
if: ${{ !matrix.create-project }}
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v3
with:
composer-options: '--no-cache --working-dir=${{ matrix.working-directory }}'
composer-options: '--no-cache'
dependency-versions: 'highest'
working-directory: "${{ matrix.working-directory }}"

- name: Create project
if: ${{ matrix.create-project }}
Expand Down Expand Up @@ -235,7 +236,7 @@ jobs:
default-authentication-plugin=mysql_native_password
- name: Install composer dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v3
with:
composer-options: '--no-cache'
dependency-versions: 'highest'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"scheb/2fa-email": "^7.2",
"scheb/2fa-trusted-device": "^7.2",
"stof/doctrine-extensions-bundle": "^1.11",
"sulu/sulu": "~2.6.5",
"sulu/sulu": "2.6.*@dev",
"symfony/config": "^7.1",
"symfony/dotenv": "^7.1",
"symfony/flex": "^1.17 || ^2.0",
Expand Down

0 comments on commit 70761c8

Please sign in to comment.