Skip to content

Commit

Permalink
tmp: Use circles branch fix/probe_initiator in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mejo- committed Nov 18, 2024
1 parent b518c24 commit 1fa84fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/behat-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.2']
server-versions: ['stable27', 'master']
server-versions: ['master']
include:
- php-versions: '8.3'
server-versions: 'master'
Expand All @@ -73,7 +73,7 @@ jobs:
with:
repository: nextcloud/circles
path: apps/circles
ref: ${{ matrix.server-versions }}
ref: fix/probe_initiator

- name: Checkout app
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

strategy:
matrix:
server-versions: ['stable27', 'master']
server-versions: ['master']

env:
PUPPETEER_SKIP_DOWNLOAD: true
Expand All @@ -75,7 +75,7 @@ jobs:
with:
repository: nextcloud/circles
path: apps/circles
ref: ${{ matrix.server-versions }}
ref: fix/probe_initiator

- name: Checkout files_pdfviewer app
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 1fa84fe

Please sign in to comment.