Skip to content

Commit

Permalink
[Tests] fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Sep 25, 2023
1 parent 4c8d6e4 commit 442db6e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
symfony: [ ^6.2 ]
pimcore: [ ~11.0.0 ]
include:
- pimcore: ~11.0.0
- pimcore: 11.0.8
template_tag: v11.0.0
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
symfony: [ ^6.2 ]
pimcore: [ ~11.0.0 ]
include:
- pimcore: ~11.0.0
- pimcore: 11.0.8
template_tag: v11.0.0
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-stan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
symfony: [ ^6.2 ]
pimcore: [ ~11.0.0 ]
include:
- pimcore: ~11.0.0
- pimcore: 11.0.8
template_tag: v11.0.0
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion tests/_etc/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
bundles:
- { namespace: \Pimcore\Bundle\AdminBundle\PimcoreAdminBundle, priority: 60 }
- { namespace: \Pimcore\Bundle\GoogleMarketingBundle\PimcoreGoogleMarketingBundle, priority: 0, execute_installer: true }
- { namespace: \Pimcore\Bundle\SeoBundle\PimcoreSeoBundle, priority: 0, execute_installer: true }
- { namespace: \MembersBundle\MembersBundle }
setup_files:
Expand Down

0 comments on commit 442db6e

Please sign in to comment.