Skip to content

Commit 23bd055

Browse files
committed
[Composer/CI] Corrected 4.1.x-dev requirement
1 parent cfb41df commit 23bd055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/browser-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
1414
with:
1515
project-edition: 'oss'
16-
project-version: '^4.1.x-dev'
16+
project-version: '4.1.x-dev'
1717
test-suite: '--mode=standard --profile=core --tags=~@broken'
1818
secrets:
1919
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)