Skip to content

Commit

Permalink
Update composer and ocv check.
Browse files Browse the repository at this point in the history
  • Loading branch information
herbertroth committed Jan 22, 2025
1 parent 25cfb72 commit 37fded2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/osv-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- { php-version: 8.1, platform-version: '2022.0' }
- { php-version: 8.2, platform-version: '2023.3' }
- { php-version: 8.3, platform-version: '2024.4' }
- { php-version: 8.4, platform-version: '2025.x' }
with:
php-version: ${{ matrix.php-version }}
platform-version: ${{ matrix.platform-version }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"pimcore/headless-documents": "<2.3 || > 2.3.99",
"pimcore/newsletter-bundle": "<1.2 || > 1.2.99",
"pimcore/object-merger": "<4.1 || > 4.1.99",
"pimcore/openid-connect": "<1.2 || > 1.2.99",
"pimcore/openid-connect": "<1.x-dev",
"pimcore/output-data-config-toolkit-bundle": "<5.2 || > 5.2.99",
"pimcore/personalization-bundle": "<1.1 || > 1.1.99",
"pimcore/perspective-editor": "<1.8 || > 1.8.99",
Expand Down

0 comments on commit 37fded2

Please sign in to comment.