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 941d5a7 commit df2c9d7
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=password'
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand All @@ -22,7 +22,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=providers'
test-setup-phase-1: '--mode=standard --profile=setup --suite=login-methods'
secrets:
Expand Down

0 comments on commit df2c9d7

Please # to comment.