Skip to content

Commit

Permalink
[TMP] Required core dev branch for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Aug 26, 2024
1 parent 3e3310e commit 65ddfd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
extensions: pdo_sqlite, gd
tools: cs2pr

- name: Require ibexa/core#421 dev branch
run: composer req --no-update ibexa/core:"dev-fix-sqlite-sequence-range as 4.6.x-dev"

- uses: ./.github/actions/composer-install

- name: Setup problem matchers for PHPUnit
Expand Down

0 comments on commit 65ddfd0

Please sign in to comment.