Skip to content

Commit

Permalink
re-add highest
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadschaak committed Nov 8, 2023
1 parent f565c88 commit e3d8fef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -37,15 +37,18 @@ jobs:
dependencies: "lowest"
# Pimcore 10.6.*
- php-version: "8.1"
dependencies: "highest"
composer-options: "--with pimcore/pimcore=^10.6"
# Pimcore 11.*
- php-version: "8.1"
dependencies: "highest"
# Pimcore 11.0
- php-version: "8.2"
dependencies: "lowest"
composer-options: "--with pimcore/pimcore=^11.0"
# Pimcore 11.*
- php-version: "8.2"
dependencies: "highest"

steps:
- name: Git Checkout
Expand Down

0 comments on commit e3d8fef

Please sign in to comment.