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 20, 2024
1 parent 96b56c6 commit 691c619
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -57,6 +57,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
4 changes: 4 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
php-version: 7.4
coverage: none

- 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

0 comments on commit 691c619

Please sign in to comment.