Skip to content

Commit

Permalink
Ensure Pimcore 10.5 is installed when testing with "lowest" dependenc…
Browse files Browse the repository at this point in the history
…ies (#22)
  • Loading branch information
jdreesen authored Aug 12, 2024
1 parent 7612b25 commit 2f43437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
include:
- php-version: "8.1"
dependencies: "lowest"
composer-options: "--with pimcore/pimcore:10.5.*"
- php-version: "8.1"
dependencies: "highest"
phpunit-flags: "--fail-on-risky"
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: ${{ matrix.composer-options }}

- name: Add Pimcore Admin UI
run: composer require --dev pimcore/admin-ui-classic-bundle --no-interaction
Expand Down

0 comments on commit 2f43437

Please sign in to comment.