We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b56c6 commit 691c619Copy full SHA for 691c619
.github/workflows/ci.yaml
@@ -57,6 +57,10 @@ jobs:
57
extensions: pdo_sqlite, gd
58
tools: cs2pr
59
60
+ - name: Add composer dev dependency on ibexa/core
61
+ run: |
62
+ composer require "ibexa/core:dev-ibx-8726-added-is-bookmarked-criterion as 4.6.x-dev"
63
+
64
- uses: ramsey/composer-install@v2
65
with:
66
dependency-versions: highest
.github/workflows/integration-tests.yaml
@@ -42,6 +42,10 @@ jobs:
42
php-version: 7.4
43
coverage: none
44
45
46
47
48
49
50
51
0 commit comments