Skip to content

Commit

Permalink
[Composer/CI] Corrected 4.0.x-dev requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Mar 22, 2022
1 parent 1121504 commit d1a4079
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'oss'
project-version: '^4.0.x-dev'
project-version: '4.0.x-dev'
test-suite: '--mode=standard --profile=httpCache --suite=symfonycache'
test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup-symfony-cache'
test-setup-phase-2: '--mode=standard --profile=httpCache --suite=setup'
Expand All @@ -24,7 +24,7 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'oss'
project-version: '^4.0.x-dev'
project-version: '4.0.x-dev'
setup: "doc/docker/base-dev.yml:doc/docker/varnish.yml:doc/docker/selenium.yml"
test-suite: '--mode=standard --profile=httpCache --suite=varnish'
test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup'
Expand All @@ -35,7 +35,7 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'oss'
project-version: '^4.0.x-dev'
project-version: '4.0.x-dev'
setup: "doc/docker/base-dev.yml:doc/docker/varnish.yml:doc/docker/selenium.yml"
test-suite: '--mode=standard --profile=httpCache --suite=varnish-translation-aware'
test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup-translation-aware'
Expand All @@ -47,7 +47,7 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'oss'
project-version: '^4.0.x-dev'
project-version: '4.0.x-dev'
setup: "doc/docker/base-dev.yml:doc/docker/varnish.yml:doc/docker/selenium.yml"
test-suite: '--mode=standard --profile=httpCache --suite=varnish'
test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup-token'
Expand Down

0 comments on commit d1a4079

Please sign in to comment.