Skip to content

Commit

Permalink
[Composer/CI] Corrected 4.1.x-dev requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Mar 22, 2022
1 parent 98de80e commit ceed275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.1.x-dev'
project-version: '4.1.x-dev'
test-suite: '--profile=browser --suite=admin-ui-full'
test-setup-phase-1: '--profile=regression --suite=setup-oss --mode=standard'
secrets:
Expand All @@ -23,7 +23,7 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'oss'
project-version: '^4.1.x-dev'
project-version: '4.1.x-dev'
test-suite: '--mode=standard --profile=service --suite=examples'
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit ceed275

Please sign in to comment.