Skip to content

Commit

Permalink
Fix: Git workflow (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 authored Jul 21, 2022
1 parent 4352fbc commit 2d50361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
include:
- { php-version: "8.0", dependencies: "highest", pimcore_version: "", phpstan_args: "", experimental: false }
- { php-version: "8.1", dependencies: "highest", pimcore_version: "", phpstan_args: "", experimental: false }
- { php-version: "8.1", dependencies: "highest", pimcore_version: "10.x-dev", phpstan_args: "", experimental: false }
- { php-version: "8.1", dependencies: "highest", pimcore_version: "11.x-dev", phpstan_args: "", experimental: true }
steps:
- name: "Checkout code"
uses: "actions/checkout@v2"
Expand All @@ -42,7 +42,7 @@ jobs:
PIMCORE_VERSION: "${{ matrix.pimcore_version }}"
run: |
if [ ! -z "$PIMCORE_VERSION" ]; then
composer require --no-update pimcore/pimcore:${PIMCORE_VERSION}
composer require --no-update pimcore/pimcore:"${PIMCORE_VERSION} as 10.99.9"
fi
Expand Down

0 comments on commit 2d50361

Please sign in to comment.