Skip to content

Commit

Permalink
[CI] Added dev dependency on ibexa/core
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Aug 22, 2024
1 parent e04acd6 commit fbdadea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
extensions: pdo_sqlite, gd
tools: cs2pr

- name: Add composer dev dependency on ibexa/core
run: |
composer require "ibexa/core:dev-ibx-8726-added-is-bookmarked-criterion as 4.6.x-dev"
- uses: ramsey/composer-install@v2
with:
dependency-versions: highest
Expand Down
11 changes: 11 additions & 0 deletions dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"recipesEndpoint": "",
"packages": [
{
"requirement": "dev-ibx-8726-added-is-bookmarked-criterion as 4.6.x-dev",
"repositoryUrl": "https://github.com/ibexa/core",
"package": "ibexa/core",
"shouldBeAddedAsVCS": false
}
]
}

0 comments on commit fbdadea

Please sign in to comment.