Skip to content

Commit

Permalink
try to remove highest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadschaak committed Nov 8, 2023
1 parent ee67c96 commit f565c88
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yaml
Expand Up @@ -37,18 +37,15 @@ 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 f565c88

Please sign in to comment.