Skip to content

Commit

Permalink
remove tests for 3.4, it is EOL and dependency building is not workin…
Browse files Browse the repository at this point in the history
…g anymore properly
  • Loading branch information
dpfaffenbauer committed Mar 23, 2022
1 parent 73904c2 commit 158c027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
php: [7.2, 7.3, 7.4]
symfony: [~3.4, ^4.0]
symfony: [^4.0]
pimcore: [~6.6.0, ~6.7.0, ~6.8.0, ~6.9.0]

steps:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
composer config minimum-stability dev
composer config prefer-stable true
composer req pimcore/pimcore:${{ matrix.pimcore }} symfony/symfony:${{ matrix.symfony }} ocramius/proxy-manager:~2.2.0 --no-interaction --no-scripts --no-update
composer req pimcore/pimcore:${{ matrix.pimcore }} symfony/symfony:${{ matrix.symfony }} --no-interaction --no-scripts --no-update
composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
- name: Cache clear
Expand Down

0 comments on commit 158c027

Please sign in to comment.