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 646d3a4 commit bdfab23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: '--profile=browser --suite=admin-ui --tags=@systemInformation'
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit bdfab23

Please sign in to comment.